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
Description
- 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 type
- bug
- Research direction
- 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.