Skip to content

Commit

Permalink
fix compose html karma test reporter path
Browse files Browse the repository at this point in the history
  • Loading branch information
eymar committed Jan 21, 2025
1 parent c4497a9 commit 0f12171
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const NewReporter = function(baseReporterDecorator, config, emitter) {
const fs = require('fs');
// const kotlinVersion = fs.readFileSync(path.resolve(__dirname, "../../../buildSrc/build/kotlin.version"), 'utf8');

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

Expand Down

0 comments on commit 0f12171

Please sign in to comment.