Skip to content

Commit 8aa1584

Browse files
committed
chore: restore ava config
1 parent 26a7ded commit 8aa1584

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

@commitlint/ensure/package.json

+14
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,20 @@
1515
"test": "ava -c 4 --verbose",
1616
"watch": "babel src --out-dir lib --watch --source-maps"
1717
},
18+
"ava": {
19+
"files": [
20+
"src/**/*.test.js",
21+
"!lib/**/*"
22+
],
23+
"source": [
24+
"src/**/*.js",
25+
"!lib/**/*"
26+
],
27+
"babel": "inherit",
28+
"require": [
29+
"babel-register"
30+
]
31+
},
1832
"babel": {
1933
"presets": [
2034
"babel-preset-commitlint"

0 commit comments

Comments
 (0)