[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
0

Configure Feed

Select the types of activity you want to include in your feed.

test: bump budgets

+2 -2
+1 -1
budget.json
··· 18 18 "resourceCounts": [ 19 19 { 20 20 "resourceType": "third-party", 21 - "budget": 6 21 + "budget": 7 22 22 }, 23 23 { 24 24 "resourceType": "stylesheet",
+1 -1
test/unit/bundle.spec.ts
··· 50 50 51 51 expect 52 52 .soft(roundToKilobytes(stats.client.totalBytes)) 53 - .toMatchInlineSnapshot(`"268k"`) 53 + .toMatchInlineSnapshot(`"269k"`) 54 54 expect.soft(stats.client.files.map(f => f.replace(/\..*\.js/, '.js')).sort()) 55 55 .toMatchInlineSnapshot(` 56 56 [