summaryrefslogtreecommitdiff
path: root/test/note.ts
diff options
context:
space:
mode:
Diffstat (limited to 'test/note.ts')
-rw-r--r--test/note.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/note.ts b/test/note.ts
index 3aa12b5a61..db34f79141 100644
--- a/test/note.ts
+++ b/test/note.ts
@@ -2,10 +2,10 @@
* Tests of Note
*
* How to run the tests:
- * > npx mocha test/note.ts --require ts-node/register
+ * > npx cross-env TS_NODE_FILES=true npx mocha test/note.ts --require ts-node/register
*
* To specify test:
- * > npx mocha test/note.ts --require ts-node/register -g 'test name'
+ * > npx cross-env TS_NODE_FILES=true 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