Skip to content

Commit

Permalink
test: turn on ava worker threads
Browse files Browse the repository at this point in the history
  • Loading branch information
mrstork committed Jan 4, 2025
1 parent 2696be2 commit 1aaf67a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ava.base.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ const config = {
files: ['packages/**/tests/*.{cjs,mjs,js}', 'packages/**/tests/**/tests.{cjs,mjs,js}'],
verbose: true,
timeout: '300s',
workerThreads: false,
ignoredByWatcher: ['packages/*/tests/*/fixtures/**'],
environmentVariables: {
FORCE_COLOR: '1',
Expand Down

0 comments on commit 1aaf67a

Please sign in to comment.