fix(core): update
This commit is contained in:
@ -1,9 +1,6 @@
|
||||
import { TsTest } from './tstest.classes.tstest';
|
||||
|
||||
const cliRun = async () => {
|
||||
if (process.env.CLI_CALL) {
|
||||
const tsTestInstance = new TsTest(process.cwd(), process.argv[2]);
|
||||
await tsTestInstance.run();
|
||||
}
|
||||
export const runCli = async () => {
|
||||
const tsTestInstance = new TsTest(process.cwd(), process.argv[2]);
|
||||
await tsTestInstance.run();
|
||||
};
|
||||
cliRun();
|
||||
|
Reference in New Issue
Block a user