You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"problemMatcher": ["$karma-jasmine2"] would be the "correct" based on your "karma-jasmine": "~2.0.1" AFAIK. Chances are the regular expressions are simply failing to parse something about your build output. I just created #2 to fix some issues with ["$karma-jasmine3"] , but that won't fix 2.
If you can share a sample of your Terminal output, it'll hopefully be straightforward to add new test cases and fix the problem. 2 probably has many of the same problems 3 had, but I'd rather not try and blind-fix problems without a real test case.
I've installed the plugin, created the following task:
My angular 7 app is using:
"jasmine-core": "~3.3.0"
"karma-jasmine": "~2.0.1"
I've tried both $karma-jasmine3 and $karma-jasmine2 and neither seem to display the failing tests in the problem window, any suggestions I should try?
The text was updated successfully, but these errors were encountered: