Skip to content

Commit e2990b1

Browse files
committed
chore: update snapshots
1 parent e75291b commit e2990b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

playground/js-sourcemap/__tests__/js-sourcemap.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ describe.runIf(isBuild)('build tests', () => {
140140
expect(formatSourcemapForSnapshot(JSON.parse(map))).toMatchInlineSnapshot(`
141141
{
142142
"ignoreList": [],
143-
"mappings": ";ynCAEA,kBAFA,OAAO,6BAAuB,wBAE9B,QAAQ,IAAI,wBAAuB",
143+
"mappings": ";6mCAEA,kBAFA,OAAO,6BAAuB,wBAE9B,QAAQ,IAAI,wBAAuB",
144144
"sources": [
145145
"../../after-preload-dynamic.js",
146146
],

playground/worker/__tests__/es/worker-es.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ describe.runIf(isBuild)('build', () => {
9494
test('inlined code generation', async () => {
9595
const assetsDir = path.resolve(testDir, 'dist/es/assets')
9696
const files = fs.readdirSync(assetsDir)
97-
expect(files.length).toBe(41)
97+
expect(files.length).toBe(42)
9898
const index = files.find((f) => f.includes('main-module'))
9999
const content = fs.readFileSync(path.resolve(assetsDir, index), 'utf-8')
100100
const worker = files.find((f) => f.includes('my-worker'))

0 commit comments

Comments
 (0)