Skip to content

Move babel config for instanbul to karma config

Winnie requested to merge (removed):instrument-in-karma into master

What does this MR do?

Move setup of babel's instanbul plugin for test coverage instrumentation from webpack config to karma config.

Why was this MR needed?

In dev environment, application.js was filled with the instrumentation objects (e.g. ++cov_1345mo0bpn.b[12][0]) which made the code hard to read.

Merge request reports