Skip to content

Commit

Permalink
hopefully fix CI warnings about too many files open
Browse files Browse the repository at this point in the history
  • Loading branch information
mourner committed Jan 26, 2024
1 parent 3443bd9 commit 795df55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ module.exports = function (/** @type {import('karma').Config} */ config) {
customContextFile: 'spec/context.html',
customDebugFile: 'spec/debug.html',
files: [
{pattern: 'node_modules/**', included: false, served: true},
{pattern: 'node_modules/ui-event-simulator/**/*.js', included: false, served: true},
{pattern: 'node_modules/prosthetic-hand/**/*.js', included: false, served: true},
{pattern: 'dist/**/*.js', included: false, served: true},
{pattern: 'dist/**/*.png', included: false, served: true},
{pattern: 'spec/setup.js', type: 'module'},
Expand Down

0 comments on commit 795df55

Please sign in to comment.