mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +00:00
enable async components tests (vue 2.4)
This commit is contained in:
parent
be4d8c5e13
commit
ab5b64ea67
@ -62,10 +62,9 @@ test('unique responses with component', async t => {
|
|||||||
await uniqueTest(t, '/component')
|
await uniqueTest(t, '/component')
|
||||||
})
|
})
|
||||||
|
|
||||||
test.todo('unique responses with async components (wait Vue 2.4)')
|
test('unique responses with async components', async t => {
|
||||||
// test('unique responses with async components', async t => {
|
await uniqueTest(t, '/asyncComponent')
|
||||||
// await uniqueTest(t, '/asyncComponent')
|
})
|
||||||
// })
|
|
||||||
|
|
||||||
test('unique responses with asyncData()', async t => {
|
test('unique responses with asyncData()', async t => {
|
||||||
await uniqueTest(t, '/asyncData')
|
await uniqueTest(t, '/asyncData')
|
||||||
|
Loading…
Reference in New Issue
Block a user