js-karma in Intellij IDEA 2020.1 doesn't want to run a single test 关注
Hi,
I've just upgraded from intellij 2019 to 2020 and the same .spec unit test does not want to start any more.
Intellij 2019 command (work perfectly fine):
H:\nodejs\12\node.exe H:\.IntelliJIdea\config\plugins\js-karma\js_reporter\karma-intellij\lib\intellijRunner.js --serverPort=9877 --protocol=http: --urlRoot=/ "--testName=/^test name$/"
Intellij 2020 command (runs but doesn't find any tests and exits):
H:\nodejs\12\node.exe \\userHome\AppData\JetBrains\IntelliJIdea2020.1\plugins\js-karma\js_reporter\karma-intellij\lib\intellijRunner.js --serverPort=9876 --protocol=http: --urlRoot=/ "--testName=/^test name$/"
Any advice on this?
请先登录再写评论。