How can I use something like `karma-junit-reporter...
# javascript
c
How can I use something like
karma-junit-reporter
for Kotlin/JS? I assume it goes somewhere in the gradle
useKarma
method, but I can't find any examples. Apparently I just need to add
--reporters junit
to the command line.
t
You can add configuration patch in
karma.config.d
folder