Skip to content

Commit 0e9e338

Browse files
committed
Update to AVA v6
1 parent f1945f7 commit 0e9e338

File tree

3 files changed

+874
-384
lines changed

3 files changed

+874
-384
lines changed

ava.config.js

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
export default () => {
22
return {
3-
ignoredByWatcher: ['tmp/**/*'],
43
files: ['**/*.test.ts', '!package/**/*'],
4+
ignoreChanges: {
5+
watchMode: ['tmp/**/*'],
6+
},
57
extensions: {
6-
ts: 'commonjs'
8+
ts: 'commonjs',
79
},
8-
nodeArguments: ['--import=tsx']
10+
nodeArguments: ['--import=tsx'],
911
}
1012
}

0 commit comments

Comments
 (0)