[Gradle, JS] Remove debug console
This commit is contained in:
@@ -4,11 +4,10 @@ const kotlin_test = require('kotlin-test');
|
|||||||
|
|
||||||
const nothingTest: KotlinTestRunner = {
|
const nothingTest: KotlinTestRunner = {
|
||||||
suite(name: string, isIgnored: boolean, fn: () => void): void {
|
suite(name: string, isIgnored: boolean, fn: () => void): void {
|
||||||
console.error("suite", name)
|
// do nothing
|
||||||
},
|
},
|
||||||
test(name: string, isIgnored: boolean, fn: () => void): void {
|
test(name: string, isIgnored: boolean, fn: () => void): void {
|
||||||
console.error("test", name)
|
// do nothing
|
||||||
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user