Hi, yes, it is actual bug.
The difference between “run” and test in this case, is that in
run
webpack-dev-server is serving application, but in test Karma just bundle application and then run it by its own.
Maybe I can have a look on this issue one more time soon