Created
November 8, 2019 05:47
-
-
Save tianhaoz95/6d918ada66b5f99ae96bcb6db6d0e39f to your computer and use it in GitHub Desktop.
fb test package.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "example test", | |
"scripts": { | |
"test": "mocha -r ts-node/register --reporter spec test/**/*.ts" | |
} | |
} | |
// To run the tests, just use: npm test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment