Skip to content

Commit

Permalink
test: "absolute import" test case bug (fix #86) (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrti-ch committed Feb 14, 2023
1 parent ac4b5f7 commit b303656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/vue/__tests__/vue.spec.ts
Expand Up @@ -133,7 +133,7 @@ describe('asset reference', () => {
})

test('absolute import', async () => {
const el = await page.$('img.relative-import')
const el = await page.$('img.absolute-import')
expect(await el.evaluate((el) => (el as HTMLImageElement).src)).toMatch(
assetMatch,
)
Expand Down

0 comments on commit b303656

Please sign in to comment.