1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-06-18 07:45:27 +00:00

add karma for tests

This commit is contained in:
InsanusMokrassar 2020-09-22 22:33:45 +06:00
parent 91dbcecefc
commit 386e91e28b
3 changed files with 24 additions and 3 deletions

View File

@ -32,7 +32,14 @@ repositories {
kotlin {
jvm()
js(BOTH) {
browser()
browser {
testTask {
useKarma {
useFirefox()
useChrome()
}
}
}
nodejs()
}

View File

@ -32,7 +32,14 @@ repositories {
kotlin {
jvm()
js(BOTH) {
browser()
browser {
testTask {
useKarma {
useFirefox()
useChrome()
}
}
}
nodejs()
}

View File

@ -32,7 +32,14 @@ repositories {
kotlin {
jvm()
js(BOTH) {
browser()
browser {
testTask {
useKarma {
useFirefox()
useChrome()
}
}
}
nodejs()
}