Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dgreif committed Oct 14, 2024
1 parent 5ec4395 commit 6e339ff
Show file tree
Hide file tree
Showing 7 changed files with 3,270 additions and 1,222 deletions.
8 changes: 4 additions & 4 deletions karma.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ module.exports = function (config) {
config.set({
frameworks: ['mocha', 'chai'],
files: [
{ pattern: 'dist/index.js', type: 'module' },
{ pattern: 'dist/async-tasks.js', type: 'module' },
{ pattern: 'test/test.js', type: 'module' }
{pattern: 'dist/index.js', type: 'module'},
{pattern: 'dist/async-tasks.js', type: 'module'},
{pattern: 'test/test.js', type: 'module'},
],
reporters: ['mocha'],
port: 9876,
Expand All @@ -30,6 +30,6 @@ module.exports = function (config) {
browsers: ['ChromeHeadless'],
autoWatch: false,
singleRun: true,
concurrency: Infinity
concurrency: Infinity,
})
}
Loading

0 comments on commit 6e339ff

Please sign in to comment.