test: skip deprecate due to no deprecated api now

This commit is contained in:
Clark Du 2018-03-30 16:59:44 +08:00
parent 005f3cb9db
commit 8c9a3e70e4
No known key found for this signature in database
GPG Key ID: D0E5986AF78B86D9
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,5 @@
const { buildFixture } = require('../../utils/build')
buildFixture('deprecate')
describe.skip('build deprecate fixture', () => {
buildFixture('deprecate')
})

View File

@ -5,7 +5,7 @@ let port
let nuxt = null
// let buildSpies = null
describe('deprecate', () => {
describe.skip('deprecate', () => {
beforeAll(async () => {
const config = loadFixture('deprecate')
@ -14,6 +14,8 @@ describe('deprecate', () => {
await nuxt.listen(port, 'localhost')
})
test()
// Close server and ask nuxt to stop listening to file changes
afterAll('Closing server and nuxt.js', async () => {
await nuxt.close()