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 7408f1d commit c46abdeCopy full SHA for c46abde
package.json
@@ -12,7 +12,7 @@
12
"private": true,
13
"scripts": {
14
"lint": "eslint '**/*.js'",
15
- "ava": "ava -s -t 30s --tap \"**/!(datastore).test.js\"",
+ "ava": "ava -s -t 30s --tap \"**/*.test.js\"",
16
"test": "npm run lint && npm run ava",
17
"cover": "nyc --cache npm test; nyc report --reporter=html",
18
"e2e": "mocha test/e2e.js -t 1800000"
0 commit comments