Skip to content

Commit 425bb90

Browse files
committed
chore(package.json): update ava config
ref: https://github.com/avajs/ava/blob/main/docs/06-configuration.md
1 parent 84433b8 commit 425bb90

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,8 @@
6565
"micromark-util-types": "^1.0.0",
6666
"unified": "^10.1.0",
6767
"unist-util-visit": "^4.0.0"
68-
}
68+
},
69+
"ava": {
70+
"files": ["test/**/*.test.js"]
71+
}
6972
}

0 commit comments

Comments
 (0)