Update test data

#KT-39770 fixed
This commit is contained in:
Ilya Goncharov
2020-06-19 14:41:55 +03:00
parent c2e97a7287
commit 852e860743
12 changed files with 144 additions and 10 deletions
@@ -19,6 +19,18 @@ kotlin {
js('browser') {
browser {
binaries.executable()
webpackTask {
cssSupport.enabled = true
}
runTask {
cssSupport.enabled = true
}
testTask {
useKarma {
useChromeHeadless()
cssSupport.enabled = true
}
}
}
}
sourceSets {
@@ -19,6 +19,18 @@ kotlin {
js("browser") {
browser {
binaries.executable()
webpackTask {
cssSupport.enabled = true
}
runTask {
cssSupport.enabled = true
}
testTask {
useKarma {
useChromeHeadless()
cssSupport.enabled = true
}
}
}
}
sourceSets {
@@ -19,6 +19,18 @@ kotlin {
js('a') {
browser {
binaries.executable()
webpackTask {
cssSupport.enabled = true
}
runTask {
cssSupport.enabled = true
}
testTask {
useKarma {
useChromeHeadless()
cssSupport.enabled = true
}
}
}
}
sourceSets {
@@ -19,6 +19,18 @@ kotlin {
js("a") {
browser {
binaries.executable()
webpackTask {
cssSupport.enabled = true
}
runTask {
cssSupport.enabled = true
}
testTask {
useKarma {
useChromeHeadless()
cssSupport.enabled = true
}
}
}
}
sourceSets {
@@ -16,7 +16,20 @@ dependencies {
}
kotlin {
js {
browser {}
binaries.executable()
browser {
binaries.executable()
webpackTask {
cssSupport.enabled = true
}
runTask {
cssSupport.enabled = true
}
testTask {
useKarma {
useChromeHeadless()
cssSupport.enabled = true
}
}
}
}
}
@@ -16,7 +16,20 @@ dependencies {
}
kotlin {
js {
browser {}
binaries.executable()
browser {
binaries.executable()
webpackTask {
cssSupport.enabled = true
}
runTask {
cssSupport.enabled = true
}
testTask {
useKarma {
useChromeHeadless()
cssSupport.enabled = true
}
}
}
}
}
@@ -29,7 +29,20 @@ dependencies {
}
kotlin {
js {
browser {}
binaries.executable()
browser {
binaries.executable()
webpackTask {
cssSupport.enabled = true
}
runTask {
cssSupport.enabled = true
}
testTask {
useKarma {
useChromeHeadless()
cssSupport.enabled = true
}
}
}
}
}
@@ -29,7 +29,20 @@ dependencies {
}
kotlin {
js {
browser {}
binaries.executable()
browser {
binaries.executable()
webpackTask {
cssSupport.enabled = true
}
runTask {
cssSupport.enabled = true
}
testTask {
useKarma {
useChromeHeadless()
cssSupport.enabled = true
}
}
}
}
}
@@ -30,6 +30,18 @@ kotlin {
js {
browser {
binaries.executable()
webpackTask {
cssSupport.enabled = true
}
runTask {
cssSupport.enabled = true
}
testTask {
useKarma {
useChromeHeadless()
cssSupport.enabled = true
}
}
}
}
sourceSets {
@@ -30,6 +30,18 @@ kotlin {
js {
browser {
binaries.executable()
webpackTask {
cssSupport.enabled = true
}
runTask {
cssSupport.enabled = true
}
testTask {
useKarma {
useChromeHeadless()
cssSupport.enabled = true
}
}
}
}
sourceSets {
@@ -20,7 +20,12 @@ kotlin {
}
js {
browser {
testTask {
useKarma {
useChromeHeadless()
cssSupport.enabled = true
}
}
}
}
def hostOs = System.getProperty("os.name")
@@ -18,7 +18,12 @@ kotlin {
}
js {
browser {
testTask {
useKarma {
useChromeHeadless()
cssSupport.enabled = true
}
}
}
}
val hostOs = System.getProperty("os.name")