[Gradle, JS] Remove idle test runner

#KT-37037 fixed
This commit is contained in:
Ilya Goncharov
2020-03-10 18:59:48 +03:00
parent 8c8307d0d2
commit dc2dd2e3e3
2 changed files with 0 additions and 24 deletions
@@ -1,14 +0,0 @@
import {KotlinTestRunner} from "./src/KotlinTestRunner";
const kotlin_test = require('kotlin-test');
const nothingTest: KotlinTestRunner = {
suite(name: string, isIgnored: boolean, fn: () => void): void {
// do nothing
},
test(name: string, isIgnored: boolean, fn: () => void): void {
// do nothing
}
};
kotlin_test.setAdapter(nothingTest);
@@ -16,16 +16,6 @@ export default [
},
plugins: plugins()
},
{
input: './nodejs-idle.ts',
output: {
file: 'lib/kotlin-test-nodejs-idle-runner.js',
format: 'cjs',
banner: '#!/usr/bin/env node',
sourcemap: true
},
plugins: plugins()
},
{
input: './karma.ts',
output: {