chore: Update commands

This commit is contained in:
syuilo 2020-03-06 23:58:27 +09:00
parent 4c26e3c54d
commit 5f642886d9
10 changed files with 20 additions and 20 deletions

View file

@ -2,10 +2,10 @@
* Tests of Note
*
* How to run the tests:
* > npx mocha test/user-notes.ts --require ts-node/register
* > npx cross-env TS_NODE_FILES=true npx mocha test/user-notes.ts --require ts-node/register
*
* To specify test:
* > npx mocha test/user-notes.ts --require ts-node/register -g 'test name'
* > npx cross-env TS_NODE_FILES=true npx mocha test/user-notes.ts --require ts-node/register -g 'test name'
*
* If the tests not start, try set following enviroment variables:
* TS_NODE_FILES=true and TS_NODE_TRANSPILE_ONLY=true