Skip to content

Commit bf9d994

Browse files
author
yuuangzhang
committed
test: update
1 parent 48e8b77 commit bf9d994

File tree

3 files changed

+3575
-4143
lines changed

3 files changed

+3575
-4143
lines changed

packages/playground/ssr-vue/__tests__/ssr-vue.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import fetch from 'node-fetch'
44

55
const url = `http://localhost:${port}`
66

7-
test('/store', async () => {
7+
test('vuex can be import succeed by named import', async () => {
88
await page.goto(url + '/store')
99
expect(await page.textContent('h1')).toMatch('bar')
1010

packages/playground/ssr-vue/src/pages/Home.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
import foo from '@foo'
1818
import { reactive, defineAsyncComponent } from 'vue'
1919
const ImportType = load('ImportType')
20-
2120
const Foo = defineAsyncComponent(() =>
2221
import('../components/Foo').then((mod) => mod.Foo)
2322
)

0 commit comments

Comments
 (0)