Skip to content

Commit 0486995

Browse files
test: make samples tests pass (#77)
* chore: do not run samples test task * make samples tests work * circleci config * making vms_api sample test work * make lint pass for samples
1 parent e52cc77 commit 0486995

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
---
22
rules:
33
no-console: off
4+
node/no-unsupported-features: off

packages/google-cloud-compute/samples/package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,11 @@
99
"node": ">=4.0.0"
1010
},
1111
"scripts": {
12-
"unit-test": "ava -T 20s --verbose test/*.test.js",
13-
"system-test": "ava -T 20s --verbose system-test/*.test.js",
14-
"all-test": "npm run unit-test && npm run system-test",
15-
"test": "repo-tools test run --cmd npm -- run all-test"
12+
"test": "repo-tools test run --cmd ava -- -T 20s --verbose system-test/*.test.js"
1613
},
1714
"dependencies": {
1815
"@google-cloud/compute": "0.10.0",
19-
"googleapis": "22.2.0"
16+
"googleapis": "29.0.0"
2017
},
2118
"devDependencies": {
2219
"@google-cloud/nodejs-repo-tools": "2.2.3",

0 commit comments

Comments
 (0)