We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1128933 commit 8aaea60Copy full SHA for 8aaea60
test/e2e/base.test.ts
@@ -20,6 +20,6 @@ describe('base', async () => {
20
await page.waitForTimeout(500)
21
// get content of #script-src
22
const text = await page.$eval('#script-src', el => el.textContent)
23
- expect(text).toMatchInlineSnapshot(`"/foo/_scripts/assets/6bEy8slcRmYcRT4E2QbQZ1CMyWw9PpHA7L87BtvSs2U.js"`)
+ expect(text).toMatchInlineSnapshot(`"/foo/_scripts/assets/PHzhM8DFXcXVSSJF110cyV3pjg9cp8oWv_f4Dk2ax1w.js"`)
24
})
25
0 commit comments