misc: bring module test back

This commit is contained in:
Clark Du 2018-05-03 20:23:45 +01:00
parent 8feeeb0cfe
commit 6494818a5d
No known key found for this signature in database
GPG Key ID: D0E5986AF78B86D9

View File

@ -7,7 +7,7 @@ const url = route => 'http://localhost:' + port + route
let nuxt = null
// let buildSpies = null
describe.skip('module', () => {
describe('module', () => {
beforeAll(async () => {
const config = loadFixture('module')
nuxt = new Nuxt(config)