Breeze.UI - The front end karma runner for tests is broken. There are errors in a few of the tests which are easily fixable as are just typescript compilation errors. However after fixing these errors you still get errors with webpack and karma trying to compile the typescript before running the tests.
With a bit of fiddling around with webpack.config.js and karma.conf.js etc this should be possible to resolve.
Breeze.UI - The front end karma runner for tests is broken. There are errors in a few of the tests which are easily fixable as are just typescript compilation errors. However after fixing these errors you still get errors with webpack and karma trying to compile the typescript before running the tests.
With a bit of fiddling around with
webpack.config.jsandkarma.conf.jsetc this should be possible to resolve.