Use npx
This commit is contained in:
parent
749200d22b
commit
d0b0cf8dfb
10 changed files with 20 additions and 20 deletions
|
@ -2,10 +2,10 @@
|
|||
* Tests of Note
|
||||
*
|
||||
* How to run the tests:
|
||||
* > mocha test/note.ts --require ts-node/register
|
||||
* > npx mocha test/note.ts --require ts-node/register
|
||||
*
|
||||
* To specify test:
|
||||
* > mocha test/note.ts --require ts-node/register -g 'test name'
|
||||
* > npx mocha test/note.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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue