From 496af479b0ff2575ed8097d0e0c76e4e5b13d697 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Tue, 22 Sep 2020 22:42:01 +0600 Subject: [PATCH] Revert "add karma for tests" This reverts commit 386e91e28bf2272384352ec570f58fe53ef5dd60. --- TelegramBotAPI-core/build.gradle | 9 +-------- TelegramBotAPI-extensions-api/build.gradle | 9 +-------- TelegramBotAPI-extensions-utils/build.gradle | 9 +-------- 3 files changed, 3 insertions(+), 24 deletions(-) diff --git a/TelegramBotAPI-core/build.gradle b/TelegramBotAPI-core/build.gradle index c40921b5ce..eaf93b61f8 100644 --- a/TelegramBotAPI-core/build.gradle +++ b/TelegramBotAPI-core/build.gradle @@ -32,14 +32,7 @@ repositories { kotlin { jvm() js(BOTH) { - browser { - testTask { - useKarma { - useFirefox() - useChrome() - } - } - } + browser() nodejs() } diff --git a/TelegramBotAPI-extensions-api/build.gradle b/TelegramBotAPI-extensions-api/build.gradle index 042fd744d6..c6b432b627 100644 --- a/TelegramBotAPI-extensions-api/build.gradle +++ b/TelegramBotAPI-extensions-api/build.gradle @@ -32,14 +32,7 @@ repositories { kotlin { jvm() js(BOTH) { - browser { - testTask { - useKarma { - useFirefox() - useChrome() - } - } - } + browser() nodejs() } diff --git a/TelegramBotAPI-extensions-utils/build.gradle b/TelegramBotAPI-extensions-utils/build.gradle index 042fd744d6..c6b432b627 100644 --- a/TelegramBotAPI-extensions-utils/build.gradle +++ b/TelegramBotAPI-extensions-utils/build.gradle @@ -32,14 +32,7 @@ repositories { kotlin { jvm() js(BOTH) { - browser { - testTask { - useKarma { - useFirefox() - useChrome() - } - } - } + browser() nodejs() }