Is there any possibility to configure `karma-kotli...
# javascript
r
Is there any possibility to configure
karma-kotlin-reporter
? I've replaced
mocha
with
qunit
and everything works fine, but reports are written in files with
>
character in filenames. It works on Linux but doesn't work on Windows.
t
You can use
karma.config.d
folder for Karma configuration
r
I know that, but I don't know what tool is responsible for generation of test report files and how to configure it. I don't think those are JS tools. I think it's this module: https://github.com/JetBrains/kotlin/tree/master/libraries/tools/kotlin-test-js-runner