Skip to content

Commit

Permalink
refactor: clean up sample test structure (#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith committed Aug 18, 2020
1 parent 73f652f commit 69140fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion packages/google-cloud-iot/samples/.eslintrc.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
rules:
no-console: off
node/no-missing-require: off
7 changes: 2 additions & 5 deletions packages/google-cloud-iot/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"repository": "googleapis/nodejs-iot",
"private": true,
"scripts": {
"test": "mocha --timeout 60000 manager/system-test/manager.test.js http_example/system-test/cloudiot_http_example.test.js mqtt_example/system-test/cloudiot_mqtt_example.test.js"
"test": "cd manager && npm test && cd ../ && cd http_example && npm test && cd ../ && cd mqtt_example && npm test && cd ../"
},
"dependencies": {
"@google-cloud/iot": "^2.1.1",
Expand All @@ -22,11 +22,8 @@
"chai": "^4.2.0",
"hash_file": "^0.1.1",
"jsonwebtoken": "^8.5.0",
"mocha": "^8.0.0",
"mocha": "^8.1.1",
"mqtt": "^4.0.0",
"request": "^2.88.0",
"retry-request": "^4.0.0",
"tape": "^4.13.0",
"uuid": "^8.0.0",
"yargs": "^15.1.0"
}
Expand Down

0 comments on commit 69140fc

Please sign in to comment.