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
test: bump budgets
author
Daniel Roe
date
1 month ago
(Jun 10, 2026, 10:19 AM +0100)
commit
4d5a7427
4d5a7427f87daa9ffe136580e18aab1eed94b642
parent
dd3cd515
dd3cd515df0a6e1315e047df9603fe106f148dfd
+2
-2
2 changed files
Expand all
Collapse all
Unified
Split
budget.json
test
unit
bundle.spec.ts
+1
-1
budget.json
View file
Reviewed
···
18
18
"resourceCounts": [
19
19
{
20
20
"resourceType": "third-party",
21
21
-
"budget": 6
21
21
+
"budget": 7
22
22
},
23
23
{
24
24
"resourceType": "stylesheet",
+1
-1
test/unit/bundle.spec.ts
View file
Reviewed
···
50
50
51
51
expect
52
52
.soft(roundToKilobytes(stats.client.totalBytes))
53
53
-
.toMatchInlineSnapshot(`"268k"`)
53
53
+
.toMatchInlineSnapshot(`"269k"`)
54
54
expect.soft(stats.client.files.map(f => f.replace(/\..*\.js/, '.js')).sort())
55
55
.toMatchInlineSnapshot(`
56
56
[