We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efa1950 commit ad49a51Copy full SHA for ad49a51
1 file changed
package.json
@@ -23,7 +23,7 @@
23
"build": "rimraf lib && babel src -d lib",
24
"coverage": "nyc report --reporter=text-lcov | coveralls",
25
"pretest": "npm run build",
26
- "test": "nyc ava test/test-*.js"
+ "test": "nyc ava"
27
},
28
"files": [
29
"lib/"
@@ -95,6 +95,9 @@
95
"*.md": "eslint"
96
97
"ava": {
98
+ "files": [
99
+ "test/test-*"
100
+ ],
101
"require": [
102
"@babel/register"
103
]
0 commit comments