Skip to content

Commit

Permalink
test: add a smoke test and perform cleanup (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored and Ace Nassri committed Nov 15, 2022
1 parent 251f3ef commit 37fc668
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion scheduler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"license": "Apache-2.0",
"scripts": {
"start": "node app.js",
"test": "mocha system-test --timeout 10000 --exit"
"test": "mocha --timeout 10000 --exit"
},
"dependencies": {
"@google-cloud/scheduler": "^0.3.0",
Expand Down
7 changes: 0 additions & 7 deletions scheduler/system-test/.eslintrc.yml

This file was deleted.

3 changes: 3 additions & 0 deletions scheduler/test/.eslintrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
env:
mocha: true
File renamed without changes.

0 comments on commit 37fc668

Please sign in to comment.