0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript11,918 stars (11,918 stars)1,703 forks (1,703 forks)batch import
help wantedtype: backlogtype: feature
説明
- lunch karma start
- have preprocessor which causes an error msg
- run karma run
- notice that the error messages does not show up in the karma run window.
- Issue 種別
- bug
- 調査方針
- Investigate how preprocessor errors are currently handled in Karma's runner. Look at the preprocessor plugin interface and the runner's output capture mechanism. Check if error events are properly emitted and listened to. Consider modifying the runner to display preprocessor errors in the same way as test failures.