From 4c431c54322985a10aab966519b2ebdfe6eb6f05 Mon Sep 17 00:00:00 2001 From: syuilo Date: Thu, 19 Aug 2021 11:26:26 +0900 Subject: refactor --- test/api.ts | 9 --------- 1 file changed, 9 deletions(-) (limited to 'test/api.ts') diff --git a/test/api.ts b/test/api.ts index 68ab2aa179..99fb196dcd 100644 --- a/test/api.ts +++ b/test/api.ts @@ -1,12 +1,3 @@ -/* - * Tests of API - * - * How to run the tests: - * > npx cross-env TS_NODE_FILES=true TS_NODE_TRANSPILE_ONLY=true npx mocha test/api.ts --require ts-node/register - * - * To specify test: - * > npx cross-env TS_NODE_FILES=true TS_NODE_TRANSPILE_ONLY=true npx mocha test/api.ts --require ts-node/register -g 'test name' - */ /* process.env.NODE_ENV = 'test'; -- cgit v1.3.1-freya