test: ignore coverage due to @ava/stage-4 adds _interopDefault on module

This commit is contained in:
Clark Du 2017-12-08 14:58:07 +08:00 committed by Pooya Parsa
parent 67f04458ec
commit a5e30b763a
1 changed files with 1 additions and 0 deletions

View File

@ -121,6 +121,7 @@ export default function webpackBaseConfig(name) {
}
// Workaround for hiding Warnings about plugins without a default export (#1179)
/* istanbul ignore next */
config.plugins.push({
apply(compiler) {
compiler.plugin('done', stats => {