chore: remove ununsed jest config
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
import { runCLI } from 'jest';
|
||||
import { CWD, JEST_CONFIG_FILE } from '../common/constant';
|
||||
|
||||
export function test(command: any) {
|
||||
process.env.NODE_ENV = 'test';
|
||||
|
||||
const config = {
|
||||
rootDir: CWD,
|
||||
watch: command.watch,
|
||||
config: JEST_CONFIG_FILE
|
||||
} as any;
|
||||
|
||||
runCLI(config, [CWD]);
|
||||
}
|
||||
Reference in New Issue
Block a user