Skip to content

Commit 8e65a36

Browse files
committed
Update bundle.test.ts
1 parent baffe0e commit 8e65a36

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

test/bundle.test.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,14 @@ describe('package bundle size', { timeout: 60_000 }, () => {
6060

6161
expect(report).toMatchInlineSnapshot(`
6262
{
63-
"@comark/angular": "62.5k (56 files)",
63+
"@comark/angular": "53.2k (54 files)",
6464
"@comark/ansi": "35.9k (82 files)",
6565
"@comark/html": "17.0k (42 files)",
66-
"@comark/nuxt": "11.1k (42 files)",
67-
"@comark/react": "49.7k (68 files)",
68-
"@comark/svelte": "49.0k (76 files)",
69-
"@comark/vue": "65.5k (68 files)",
70-
"comark": "377k (136 files)",
66+
"@comark/nuxt": "10.3k (42 files)",
67+
"@comark/react": "42.1k (58 files)",
68+
"@comark/svelte": "41.9k (66 files)",
69+
"@comark/vue": "58.9k (62 files)",
70+
"comark": "375k (136 files)",
7171
}
7272
`)
7373
})

0 commit comments

Comments
 (0)