Skip to content

Commit f09921a

Browse files
committed
Fix ava.files config
1 parent 6dd4a97 commit f09921a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"ava": {
6363
"files": [
6464
"!rules",
65-
"test/*js"
65+
"test/*.js"
6666
]
6767
},
6868
"xo": {

0 commit comments

Comments
 (0)