Skip to content

Commit 0f12171

Browse files
committed
fix compose html karma test reporter path
1 parent c4497a9 commit 0f12171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html/test-utils/conf/karma-kotlin-runner-decorator/karma-kotlin-reporter-decorated.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const NewReporter = function(baseReporterDecorator, config, emitter) {
99
const fs = require('fs');
1010
// const kotlinVersion = fs.readFileSync(path.resolve(__dirname, "../../../buildSrc/build/kotlin.version"), 'utf8');
1111

12-
const kotlinReporterModule = require(`../../../build/js/packages_imported/kotlin-test-js-runner/0.0.1/karma-kotlin-reporter`);
12+
const kotlinReporterModule = require(`../../../build/js/node_modules/kotlin-web-helpers/dist/karma-kotlin-reporter`);
1313
const KotlinReporter = kotlinReporterModule['reporter:karma-kotlin-reporter'][1];
1414
this.$inject = KotlinReporter.$inject
1515

0 commit comments

Comments
 (0)