Skip to content

Commit 441573b

Browse files
committed
#796 use headless chrome
1 parent 90c83ad commit 441573b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/kotlin-2-tests/shared/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ kotlin {
1717
testTask {
1818
useKarma {
1919
useSourceMapSupport()
20-
useChrome()
20+
useChromeHeadless()
2121
}
2222
}
2323
}

0 commit comments

Comments
 (0)