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