Skip to content

Commit

Permalink
Fix Ava config file
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Oct 27, 2024
1 parent 039b9e0 commit 14107e8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ava.config.js
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
export { default } from '@ehmicky/dev-tasks/ava.config.js'
import avaConfig from '@ehmicky/dev-tasks/ava.config.js'

export default {
...avaConfig,
workerThreads: true,
}

0 comments on commit 14107e8

Please sign in to comment.