Skip to content

Commit

Permalink
refactor: use execSync for tests (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored Apr 5, 2019
1 parent 86d8843 commit 0e39e41
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 62 deletions.
3 changes: 1 addition & 2 deletions asset/snippets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"repository": "googleapis/nodejs-asset",
"private": true,
"scripts": {
"test": "mocha system-test --timeout 20000"
"test": "mocha --timeout 20000"
},
"dependencies": {
"@google-cloud/asset": "^0.3.0",
Expand All @@ -22,7 +22,6 @@
},
"devDependencies": {
"chai": "^4.2.0",
"execa": "^1.0.0",
"mocha": "^6.0.0"
}
}
3 changes: 0 additions & 3 deletions asset/snippets/system-test/.eslintrc.yml

This file was deleted.

57 changes: 0 additions & 57 deletions asset/snippets/system-test/quickstart.test.js

This file was deleted.

0 comments on commit 0e39e41

Please sign in to comment.