This commit is contained in:
syuilo 2019-09-01 04:31:59 +09:00
parent 749200d22b
commit d0b0cf8dfb
10 changed files with 20 additions and 20 deletions

View file

@ -2,10 +2,10 @@
* Tests of chart engine
*
* How to run the tests:
* > mocha test/chart.ts --require ts-node/register
* > npx mocha test/chart.ts --require ts-node/register
*
* To specify test:
* > mocha test/chart.ts --require ts-node/register -g 'test name'
* > 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