Skip to content

Commit

Permalink
update test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
benstone1 committed Oct 26, 2020
1 parent 74b289f commit 9051cc5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "To complete this lab, do the following:",
"main": "index.js",
"scripts": {
"test": "jest --runInBand",
"bonus": "jest --runInBand bonus/bonus.test.js"
"test": "jest --runInBand --verbose tests/",
"bonus": "jest --runInBand --verbose bonus/bonus.test.js"
},
"repository": {
"type": "git",
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 9051cc5

Please sign in to comment.