summaryrefslogtreecommitdiff
path: root/test/user-notes.ts
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2020-03-06 23:58:27 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2020-03-06 23:58:27 +0900
commit5f642886d9339b999c87f846357515f9bd065e13 (patch)
treead07a33bdbf99b0113b1f30506483d4727345e8e /test/user-notes.ts
parentnote_reaction.reaction は 130文字に (#6105) (diff)
downloadmisskey-5f642886d9339b999c87f846357515f9bd065e13.tar.gz
misskey-5f642886d9339b999c87f846357515f9bd065e13.tar.bz2
misskey-5f642886d9339b999c87f846357515f9bd065e13.zip
chore: Update commands
Diffstat (limited to 'test/user-notes.ts')
-rw-r--r--test/user-notes.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/user-notes.ts b/test/user-notes.ts
index 5094180202..b8d28861cb 100644
--- a/test/user-notes.ts
+++ b/test/user-notes.ts
@@ -2,10 +2,10 @@
* Tests of Note
*
* How to run the tests:
- * > npx mocha test/user-notes.ts --require ts-node/register
+ * > npx cross-env TS_NODE_FILES=true npx mocha test/user-notes.ts --require ts-node/register
*
* To specify test:
- * > npx mocha test/user-notes.ts --require ts-node/register -g 'test name'
+ * > npx cross-env TS_NODE_FILES=true 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