Skip to content
This repository was archived by the owner on Nov 6, 2019. It is now read-only.

Commit 6d5ee9a

Browse files
epabstSchahen
authored andcommitted
Rename ts2kt_test.js to ts2kt.test.js so jest finds it
1 parent 1f1506e commit 6d5ee9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ tasks {
7676
}
7777
val compileTestKotlin2Js by getting(Kotlin2JsCompile::class) {
7878
kotlinOptions.moduleKind = "commonjs"
79-
kotlinOptions.outputFile = "$projectDir/out/test/classes/ts2kt_test.js"
79+
kotlinOptions.outputFile = "$projectDir/out/test/classes/ts2kt.test.js"
8080
kotlinOptions.sourceMap = true
8181
dependsOn(extractTestJsLibs)
8282
}

0 commit comments

Comments
 (0)