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];