Skip to content

Commit 0978ee8

Browse files
authored
Refactor Cloud Functions samples. (#245)
1 parent cb9857d commit 0978ee8

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

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

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,15 @@
55
"license": "Apache Version 2.0",
66
"author": "Google Inc.",
77
"scripts": {
8-
"test": "mocha -R spec -t 120000 --require intelli-espower-loader ../test/_setup.js test/*.test.js",
9-
"system-test": "mocha -R spec -t 120000 --require intelli-espower-loader ../system-test/_setup.js system-test/*.test.js"
8+
"test": "cd ..; npm run t -- dns/test/*.test.js",
9+
"system-test": "cd ..; npm run st -- dns/system-test/*.test.js"
1010
},
1111
"dependencies": {
12-
"@google-cloud/dns": "^0.2.0",
13-
"yargs": "^6.0.0"
12+
"@google-cloud/dns": "0.2.0",
13+
"yargs": "6.4.0"
1414
},
1515
"devDependencies": {
16-
"mocha": "^3.1.0",
17-
"uuid": "^2.0.3"
16+
"uuid": "2.0.3"
1817
},
1918
"engines": {
2019
"node": ">=4.3.2"

0 commit comments

Comments
 (0)