Skip to content

Commit 7a89fe1

Browse files
committed
AMMEND
1 parent 4c5644e commit 7a89fe1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

integration-testing/smokeTest/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ kotlin {
3939
implementation kotlin('test-js')
4040
}
4141
}
42+
wasmTest {
43+
dependencies {
44+
implementation kotlin('test-wasm')
45+
}
46+
}
4247
jvmTest {
4348
dependencies {
4449
implementation kotlin('test')

0 commit comments

Comments
 (0)