summaryrefslogtreecommitdiff
path: root/test/streaming.ts
diff options
context:
space:
mode:
Diffstat (limited to 'test/streaming.ts')
-rw-r--r--test/streaming.ts10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/streaming.ts b/test/streaming.ts
index cc3168e98d..e4b651aa9f 100644
--- a/test/streaming.ts
+++ b/test/streaming.ts
@@ -1,13 +1,3 @@
-/*
- * Tests of streaming API
- *
- * How to run the tests:
- * > npx cross-env TS_NODE_FILES=true TS_NODE_TRANSPILE_ONLY=true npx mocha test/streaming.ts --require ts-node/register
- *
- * To specify test:
- * > npx cross-env TS_NODE_FILES=true TS_NODE_TRANSPILE_ONLY=true npx mocha test/streaming.ts --require ts-node/register -g 'test name'
- */
-
process.env.NODE_ENV = 'test';
import * as assert from 'assert';