[Gradle, JS] Adopt Gradle plugin to webpack 5
^KT-42921 fixed
This commit is contained in:
committed by
TeamCityServer
parent
a06feaf819
commit
1b8c74337e
@@ -3,7 +3,10 @@ import {runWithFilteringAndConsoleAdapters} from "./src/Adapter";
|
||||
|
||||
const kotlin_test = require('kotlin-test');
|
||||
|
||||
const parser = new CliArgsParser(getDefaultCliDescription());
|
||||
const parser = new CliArgsParser(
|
||||
getDefaultCliDescription(),
|
||||
process.exit
|
||||
);
|
||||
const untypedArgs = parser.parse(process.argv);
|
||||
|
||||
const initialAdapter = kotlin_test.kotlin.test.detectAdapter_8be2vx$();
|
||||
|
||||
Reference in New Issue
Block a user