Skip to content

Commit

Permalink
Add a command to run unit tests(without integration tests) (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-tolosa committed Jun 18, 2020
1 parent 36cffc7 commit 85df2d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
"types": "types",
"scripts": {
"test": "tools/scripts/test.sh",
"test:unit" : "mocha --ui bdd -R spec --recursive test/unit",
"test-with-temp-cloud": "tools/scripts/tests-with-temp-cloud.sh",
"dtslint": "tools/scripts/ditslint.sh",
"lint": "tools/scripts/lint.sh",
Expand Down

0 comments on commit 85df2d5

Please sign in to comment.