Skip to content

Commit

Permalink
move to kotlin 1.6.10 and corresponding compose
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksandr Karpovich committed Dec 14, 2021
1 parent 3d5c51b commit accb0d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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];

Expand Down

0 comments on commit accb0d7

Please sign in to comment.