alpha
Login
or
Join now
danielroe.dev
/
roe.dev
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
[READ-ONLY] Mirror of https://github.com/danielroe/roe.dev. This is the code and content for my personal website, built in Nuxt.
roe.dev
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
chore: update bundle
author
Daniel Roe
date
1 month ago
(Jun 9, 2026, 10:09 PM +0100)
commit
c8cdbfa5
c8cdbfa5be0408b01d8d298a8007fc0849838876
parent
986d84bb
986d84bbde4e5ef19b635fed56290a14b715f294
+1
-1
1 changed file
Expand all
Collapse all
Unified
Split
test
unit
bundle.spec.ts
+1
-1
test/unit/bundle.spec.ts
View file
Reviewed
···
91
91
stats.server = await analyzeSizes(['**/*.mjs', '!node_modules'], serverDir)
92
92
expect
93
93
.soft(roundToKilobytes(stats.server.totalBytes, 10))
94
94
-
.toMatchInlineSnapshot(`"2870k"`)
94
94
+
.toMatchInlineSnapshot(`"2890k"`)
95
95
96
96
const modules = await analyzeSizes('node_modules/**/*', serverDir)
97
97
expect