chore: Update commands
This commit is contained in:
parent
4c26e3c54d
commit
5f642886d9
10 changed files with 20 additions and 20 deletions
|
@ -2,10 +2,10 @@
|
|||
* Tests of API (visibility)
|
||||
*
|
||||
* How to run the tests:
|
||||
* > npx mocha test/api-visibility.ts --require ts-node/register
|
||||
* > npx cross-env TS_NODE_FILES=true npx mocha test/api-visibility.ts --require ts-node/register
|
||||
*
|
||||
* To specify test:
|
||||
* > npx mocha test/api-visibility.ts --require ts-node/register -g 'test name'
|
||||
* > npx cross-env TS_NODE_FILES=true npx mocha test/api-visibility.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