Skip to content

Commit

Permalink
[Wasm] Fix location of static content in wasm node test
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgonmic authored and teamcity committed Sep 25, 2024
1 parent 1ca814e commit 56dc7ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ internal class KotlinWasmNode(kotlinJsTest: KotlinJsTest) : KotlinJsTestFramewor
nodeJsArgs: MutableList<String>,
debug: Boolean,
): TCServiceMessagesTestExecutionSpec {
val testRunnerFile = writeWasmUnitTestRunner(workingDir.get().asFile.parentFile, task.inputFileProperty.get().asFile)
val testRunnerFile = writeWasmUnitTestRunner(workingDir.get().asFile, task.inputFileProperty.get().asFile)

val clientSettings = TCServiceMessagesClientSettings(
task.name,
Expand Down

0 comments on commit 56dc7ac

Please sign in to comment.