Skip to content

Commit b303656

Browse files
authored
test: "absolute import" test case bug (fix #86) (#87)
1 parent ac4b5f7 commit b303656

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playground/vue/__tests__/vue.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ describe('asset reference', () => {
133133
})
134134

135135
test('absolute import', async () => {
136-
const el = await page.$('img.relative-import')
136+
const el = await page.$('img.absolute-import')
137137
expect(await el.evaluate((el) => (el as HTMLImageElement).src)).toMatch(
138138
assetMatch,
139139
)

0 commit comments

Comments
 (0)