test: coverage for ProgressPlugin

This commit is contained in:
Clark Du 2017-12-13 16:04:57 +08:00 committed by Pooya Parsa
parent 4cf855ce81
commit 3ec8f14e57
1 changed files with 3 additions and 1 deletions

View File

@ -18,7 +18,9 @@ test.before('Init Nuxt.js', async t => {
const options = {
rootDir,
dev: true,
profile: true,
build: {
profile: true
},
plugins: [
'~/plugins/watch.js'
]