Skip to content

Commit

Permalink
refactor: use execSync for tests (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored Apr 4, 2019
1 parent ed079aa commit 165e7e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions packages/google-cloud-tasks/samples/.eslintrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
rules:
no-console: off
node/no-missing-require: off
4 changes: 2 additions & 2 deletions packages/google-cloud-tasks/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"node": ">=8"
},
"scripts": {
"test": "mocha system-test"
"test": "mocha"
},
"dependencies": {
"@google-cloud/tasks": "^0.5.0",
Expand All @@ -17,7 +17,7 @@
"yargs": "^13.0.0"
},
"devDependencies": {
"execa": "^1.0.0",
"chai": "^4.2.0",
"mocha": "^6.0.0",
"uuid": "^3.3.2"
}
Expand Down

0 comments on commit 165e7e5

Please sign in to comment.