marvinhagemeister / karma-esbuild

Preprocessor based on esbuild for the karma test runner
MIT License
21 stars 10 forks source link

Fix bundle output when there's an error #17

Closed jridgewell closed 3 years ago

jridgewell commented 3 years ago

I missed the trailing ), which caused a SyntaxError. Funnily, this still logged the error, because the full message is included in thrown SyntaxError.