Skip to content

Commit 7db51a7

Browse files
committed
Enable watch mode for AVA
1 parent 168d4ec commit 7db51a7

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

package.json

+6-3
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,11 @@
5454
"files": [
5555
"./test/*.js"
5656
],
57-
"ignoredByWatcher": [
58-
"**/.cache/**"
59-
]
57+
"watchMode": {
58+
"ignoreChanges": [
59+
"**/.cache/**",
60+
"**/.customcache/**"
61+
]
62+
}
6063
}
6164
}

0 commit comments

Comments
 (0)