We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac4b5f7 commit b303656Copy full SHA for b303656
playground/vue/__tests__/vue.spec.ts
@@ -133,7 +133,7 @@ describe('asset reference', () => {
133
})
134
135
test('absolute import', async () => {
136
- const el = await page.$('img.relative-import')
+ const el = await page.$('img.absolute-import')
137
expect(await el.evaluate((el) => (el as HTMLImageElement).src)).toMatch(
138
assetMatch,
139
)
0 commit comments