Skip to content

Commit

Permalink
Activate datastore tests (GoogleCloudPlatform#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
fhinkel authored and Ace Nassri committed Mar 14, 2019
1 parent 7408f1d commit c46abde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"private": true,
"scripts": {
"lint": "eslint '**/*.js'",
"ava": "ava -s -t 30s --tap \"**/!(datastore).test.js\"",
"ava": "ava -s -t 30s --tap \"**/*.test.js\"",
"test": "npm run lint && npm run ava",
"cover": "nyc --cache npm test; nyc report --reporter=html",
"e2e": "mocha test/e2e.js -t 1800000"
Expand Down

0 comments on commit c46abde

Please sign in to comment.