saguijs / sagui

:monkey: Front-end tooling in a single dependency
http://sagui.js.org/
MIT License
669 stars 32 forks source link

Test that demonstrates hanging issue with broken imports #389

Open pirelenito opened 6 years ago

pirelenito commented 6 years ago

When Webpack fails to resolve a dependency, Karma doesn’t get notified at all about the broken build, and the process just hangs.

Transpilation errors behave as expected.

It manifest only with npm test and npm test:unit.

pirelenito commented 6 years ago

I've jut updated this, and unfortunately it still happens. It is not a big issue but definitely something we need to keep an eye on.