diff options
Diffstat (limited to 'test/user-notes.ts')
| -rw-r--r-- | test/user-notes.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/user-notes.ts b/test/user-notes.ts index 5e457d6692..63a97cd805 100644 --- a/test/user-notes.ts +++ b/test/user-notes.ts @@ -2,10 +2,10 @@ * Tests of Note * * How to run the tests: - * > mocha test/user-notes.ts --require ts-node/register + * > npx mocha test/user-notes.ts --require ts-node/register * * To specify test: - * > mocha test/user-notes.ts --require ts-node/register -g 'test name' + * > 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 |