This commit is contained in:
syuilo
2021-08-19 11:26:26 +09:00
parent 881b914c6a
commit 4c431c5432
15 changed files with 5 additions and 138 deletions

View File

@ -1,13 +1,3 @@
/*
* Tests for detection of file information
*
* How to run the tests:
* > npx cross-env TS_NODE_FILES=true npx mocha test/get-file-info.ts --require ts-node/register
*
* To specify test:
* > npx cross-env TS_NODE_FILES=true npx mocha test/get-file-info.ts --require ts-node/register -g 'test name'
*/
import * as assert from 'assert';
import { async } from './utils';
import { getFileInfo } from '../src/misc/get-file-info';