We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34208a5 commit 942ebaeCopy full SHA for 942ebae
ava.config.js
@@ -1 +1,6 @@
1
-export { default } from '@ehmicky/dev-tasks/ava.config.js'
+import avaConfig from '@ehmicky/dev-tasks/ava.config.js'
2
+
3
+export default {
4
+ ...avaConfig,
5
+ environmentVariables: { NODE_OPTIONS: '' },
6
+}
0 commit comments