Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Jul 20, 2024
1 parent 5294e85 commit 1aabdd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/app-dir/metadata/metadata.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ describe('app dir - metadata', () => {
expect(
$('link[rel="icon"]')
.toArray()
.map((i) => i.attr('href'))
.map((i) => $(i).attr('href'))
).toEqual(['/favicon.ico', 'https://custom-icon-1.png'])
})
})
Expand Down

0 comments on commit 1aabdd0

Please sign in to comment.