Open pirelenito opened 7 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.
npm test
npm test:unit
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.
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
andnpm test:unit
.