Skip to content

Commit bb9fb20

Browse files
committed
Fix ava.config.js
1 parent 04846af commit bb9fb20

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

ava.config.js

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

0 commit comments

Comments
 (0)