Skip to content

Commit 8aaea60

Browse files
committed
fix: update e2e bundle snapshot hash
1 parent 1128933 commit 8aaea60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/base.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ describe('base', async () => {
2020
await page.waitForTimeout(500)
2121
// get content of #script-src
2222
const text = await page.$eval('#script-src', el => el.textContent)
23-
expect(text).toMatchInlineSnapshot(`"/foo/_scripts/assets/6bEy8slcRmYcRT4E2QbQZ1CMyWw9PpHA7L87BtvSs2U.js"`)
23+
expect(text).toMatchInlineSnapshot(`"/foo/_scripts/assets/PHzhM8DFXcXVSSJF110cyV3pjg9cp8oWv_f4Dk2ax1w.js"`)
2424
})
2525
})

0 commit comments

Comments
 (0)