mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-30 15:22:39 +00:00
test: skip deprecate due to no deprecated api now
This commit is contained in:
parent
005f3cb9db
commit
8c9a3e70e4
4
test/fixtures/deprecate/deprecate.test.js
vendored
4
test/fixtures/deprecate/deprecate.test.js
vendored
@ -1,3 +1,5 @@
|
||||
const { buildFixture } = require('../../utils/build')
|
||||
|
||||
buildFixture('deprecate')
|
||||
describe.skip('build deprecate fixture', () => {
|
||||
buildFixture('deprecate')
|
||||
})
|
||||
|
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user