Skip to content

Commit 942ebae

Browse files
committed
Update ava.config.js
1 parent 34208a5 commit 942ebae

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

ava.config.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
export { default } from '@ehmicky/dev-tasks/ava.config.js'
1+
import avaConfig from '@ehmicky/dev-tasks/ava.config.js'
2+
3+
export default {
4+
...avaConfig,
5+
environmentVariables: { NODE_OPTIONS: '' },
6+
}

0 commit comments

Comments
 (0)