Skip to content

Commit c46abde

Browse files
fhinkelAce Nassri
authored and
Ace Nassri
committed
Activate datastore tests (GoogleCloudPlatform#293)
1 parent 7408f1d commit c46abde

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
@@ -12,7 +12,7 @@
1212
"private": true,
1313
"scripts": {
1414
"lint": "eslint '**/*.js'",
15-
"ava": "ava -s -t 30s --tap \"**/!(datastore).test.js\"",
15+
"ava": "ava -s -t 30s --tap \"**/*.test.js\"",
1616
"test": "npm run lint && npm run ava",
1717
"cover": "nyc --cache npm test; nyc report --reporter=html",
1818
"e2e": "mocha test/e2e.js -t 1800000"

0 commit comments

Comments
 (0)