Skip to content

Commit 6358cde

Browse files
committed
chore: update
1 parent e54ad6d commit 6358cde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/react-component/index.pw.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ async function assetShouldWork(page: Page) {
4545
expect(imgEls).toHaveLength(2);
4646
const srcList = await Promise.all(
4747
imgEls.map((imgEl) => imgEl.getAttribute('src')),
48-
)
48+
);
4949
for (const src of srcList) {
5050
expect(src).toMatch(/static\/svg\/logo/);
5151
}

0 commit comments

Comments
 (0)