From accb0d7cd35401323d0bbce6208a88161bc83b39 Mon Sep 17 00:00:00 2001 From: Oleksandr Karpovich Date: Tue, 14 Dec 2021 12:09:48 +0100 Subject: [PATCH] move to kotlin 1.6.10 and corresponding compose --- .../karma-kotlin-reporter-decorated.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/test-utils/conf/karma-kotlin-runner-decorator/karma-kotlin-reporter-decorated.js b/web/test-utils/conf/karma-kotlin-runner-decorator/karma-kotlin-reporter-decorated.js index de6683cc23a..01cc1a8a1d1 100644 --- a/web/test-utils/conf/karma-kotlin-runner-decorator/karma-kotlin-reporter-decorated.js +++ b/web/test-utils/conf/karma-kotlin-runner-decorator/karma-kotlin-reporter-decorated.js @@ -1,6 +1,6 @@ // This is a workaround for https://github.com/karma-runner/karma-teamcity-reporter/issues/86 -const kotlinReporterModule = require("../../../build/js/packages_imported/kotlin-test-js-runner/1.6.10-RC/karma-kotlin-reporter"); +const kotlinReporterModule = require("../../../build/js/packages_imported/kotlin-test-js-runner/1.6.10/karma-kotlin-reporter"); const KotlinReporter = kotlinReporterModule['reporter:karma-kotlin-reporter'][1];