fix tests

This commit is contained in:
Pooya Parsa 2017-12-08 12:50:15 +03:30
parent ce4b971640
commit 188f4df601

View File

@ -13,7 +13,7 @@ test.before('Init Nuxt.js', async t => {
const rootDir = resolve(__dirname, 'fixtures/debug')
let config = require(resolve(rootDir, 'nuxt.config.js'))
config.rootDir = rootDir
config.dev = false
config.dev = true
nuxt = new Nuxt(config)
await new Builder(nuxt).build()