aboutsummaryrefslogtreecommitdiff
path: root/integration-testing
diff options
context:
space:
mode:
authormvicsokolova <82594708+mvicsokolova@users.noreply.github.com>2022-06-16 00:01:50 +0300
committerGitHub <noreply@github.com>2022-06-16 00:01:50 +0300
commit923a03762a5757a3803cc2a9f48e92644f9f8e18 (patch)
tree77a05546fac3169837fe4845eedbb8ae5ac5e77a /integration-testing
parentf101f93ed1cacfe53fc5521ab21e70742eec640c (diff)
downloadkotlinx.coroutines-923a03762a5757a3803cc2a9f48e92644f9f8e18.tar.gz
Update atomicfu version to 0.17.3 (#3321)
* Update atomicfu version to 0.17.3 * Use nodejs() instead of browser() for js tests
Diffstat (limited to 'integration-testing')
-rw-r--r--integration-testing/smokeTest/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/integration-testing/smokeTest/build.gradle b/integration-testing/smokeTest/build.gradle
index ae400e26..b200bb2f 100644
--- a/integration-testing/smokeTest/build.gradle
+++ b/integration-testing/smokeTest/build.gradle
@@ -11,7 +11,7 @@ repositories {
kotlin {
jvm()
js(IR) {
- browser()
+ nodejs()
}
sourceSets {