This commit is contained in:
syuilo
2021-08-19 11:26:26 +09:00
parent 881b914c6a
commit 4c431c5432
15 changed files with 5 additions and 138 deletions

View File

@ -1,13 +1,3 @@
/*
* Tests of Note
*
* How to run the tests:
* > npx cross-env TS_NODE_FILES=true TS_NODE_TRANSPILE_ONLY=true npx mocha test/user-notes.ts --require ts-node/register
*
* To specify test:
* > npx cross-env TS_NODE_FILES=true TS_NODE_TRANSPILE_ONLY=true npx mocha test/user-notes.ts --require ts-node/register -g 'test name'
*/
process.env.NODE_ENV = 'test';
import * as assert from 'assert';