diff --git a/test/ssr.test.js b/test/ssr.test.js index c3be1a519f..e45201fb04 100755 --- a/test/ssr.test.js +++ b/test/ssr.test.js @@ -62,10 +62,9 @@ test('unique responses with component', async t => { await uniqueTest(t, '/component') }) -test.todo('unique responses with async components (wait Vue 2.4)') -// test('unique responses with async components', async t => { -// await uniqueTest(t, '/asyncComponent') -// }) +test('unique responses with async components', async t => { + await uniqueTest(t, '/asyncComponent') +}) test('unique responses with asyncData()', async t => { await uniqueTest(t, '/asyncData')