From d0b0cf8dfbaaf5a42c685e75d23fe7d06093485e Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 1 Sep 2019 04:31:59 +0900 Subject: Use npx --- test/user-notes.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/user-notes.ts') 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 -- cgit v1.2.3-freya