Skip to content

Commit

Permalink
chore: make coverage result for ne test
Browse files Browse the repository at this point in the history
activate remap-coverage reporter
  • Loading branch information
kyuwoo.choi authored and seonim-ryu committed Jan 6, 2020
1 parent ea65d34 commit bfaf470
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/editor/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ function setConfig(defaultConfig, server, browser) {
};
}
defaultConfig.concurrency = 5;
defaultConfig.reporters = ['narrow', 'junit', 'coverage'];
defaultConfig.browsers = Object.keys(defaultConfig.customLaunchers);
} else if (server === 'sl') {
defaultConfig.sauceLabs = {
Expand Down

0 comments on commit bfaf470

Please sign in to comment.