Speed
The tests take quite some times to compile.
Run in parallel
https://www.npmjs.com/package/karma-parallel
Sourcemap
In the "debug" tests: (i.e. npm run debug),
- Sourcemap does not work properly
- Sourcemap are slow to load in the chrome dev tool (chrome load all file from all sourcemap)
- We might want to compile multiples js files with multiples sourcemap rather than one big file.
No output
For yet unknown reason, when using npm run test and changing a file, the tests compile but does not output the result.