Skip to content

Commit

Permalink
test: disable workerthreads in config package
Browse files Browse the repository at this point in the history
  • Loading branch information
mrstork committed Jan 4, 2025
1 parent f20ccea commit 1a7add6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/config/ava.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import baseConfig from '../../ava.base.js'

const config = {
...baseConfig,
workerThreads: false,
files: ['tests/*.{cjs,mjs,js}', 'tests/**/tests.{cjs,mjs,js}'],
}

Expand Down

0 comments on commit 1a7add6

Please sign in to comment.