mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-04-30 22:45:56 +02:00
chore: Update commands
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user