Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Jun 26, 2023
1 parent b36943c commit a867823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/app-dir/build-size/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ createNextDescribe(
const matches = [...next.cliOutput.matchAll(regex)]

const result = matches.reduce((acc, match) => {
const [_, path, size, firstLoadJS] = match
const [, path, size, firstLoadJS] = match

acc[path] = { size, firstLoadJS }
return acc
Expand Down

0 comments on commit a867823

Please sign in to comment.