Skip to content

Commit a197d10

Browse files
committed
test: update snapshots
1 parent 7d445c9 commit a197d10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/bundle.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ describe.skipIf(process.env.SKIP_BUNDLE_SIZE === 'true' || process.env.ECOSYSTEM
7474
const serverDir = join(rootDir, '.output-inline/server')
7575

7676
const serverStats = await analyzeSizes(['**/*.mjs', '!node_modules'], serverDir)
77-
expect.soft(roundToKilobytes(serverStats.totalBytes)).toMatchInlineSnapshot(`"544k"`)
77+
expect.soft(roundToKilobytes(serverStats.totalBytes)).toMatchInlineSnapshot(`"545k"`)
7878

7979
const modules = await analyzeSizes(['node_modules/**/*'], serverDir)
8080
expect.soft(roundToKilobytes(modules.totalBytes)).toMatchInlineSnapshot(`"78.4k"`)

test/nuxt/composables.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@ describe('useFetch', () => {
681681
immediate: false,
682682
})
683683

684-
expect(data.value).toBe(undefined)
684+
expect(data.value).toBe(asyncDataDefaults.value)
685685
q.value = 'test'
686686

687687
await flushPromises()

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy