mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 22:25:12 +00:00
test: coverage for ProgressPlugin
This commit is contained in:
parent
4cf855ce81
commit
3ec8f14e57
@ -18,7 +18,9 @@ test.before('Init Nuxt.js', async t => {
|
|||||||
const options = {
|
const options = {
|
||||||
rootDir,
|
rootDir,
|
||||||
dev: true,
|
dev: true,
|
||||||
profile: true,
|
build: {
|
||||||
|
profile: true
|
||||||
|
},
|
||||||
plugins: [
|
plugins: [
|
||||||
'~/plugins/watch.js'
|
'~/plugins/watch.js'
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user