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 e54ad6d commit 6358cdeCopy full SHA for 6358cde
tests/e2e/react-component/index.pw.test.ts
@@ -45,7 +45,7 @@ async function assetShouldWork(page: Page) {
45
expect(imgEls).toHaveLength(2);
46
const srcList = await Promise.all(
47
imgEls.map((imgEl) => imgEl.getAttribute('src')),
48
- )
+ );
49
for (const src of srcList) {
50
expect(src).toMatch(/static\/svg\/logo/);
51
}
0 commit comments