Skip to content

Commit 03b3d4d

Browse files
JustinBeckwithAce Nassri
authored and
Ace Nassri
committed
refactor: use execSync for tests (#127)
1 parent fe0a166 commit 03b3d4d

File tree

3 files changed

+1
-62
lines changed

3 files changed

+1
-62
lines changed

asset/snippets/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"repository": "googleapis/nodejs-asset",
1313
"private": true,
1414
"scripts": {
15-
"test": "mocha system-test --timeout 20000"
15+
"test": "mocha --timeout 20000"
1616
},
1717
"dependencies": {
1818
"@google-cloud/asset": "^0.3.0",
@@ -22,7 +22,6 @@
2222
},
2323
"devDependencies": {
2424
"chai": "^4.2.0",
25-
"execa": "^1.0.0",
2625
"mocha": "^6.0.0"
2726
}
2827
}

asset/snippets/system-test/.eslintrc.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

asset/snippets/system-test/quickstart.test.js

Lines changed: 0 additions & 57 deletions
This file was deleted.

0 commit comments

Comments
 (0)