Skip to content

Commit

Permalink
add test for favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Aug 12, 2024
1 parent 20a6826 commit 8798648
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ describe('app-dir - metadata-icons-parallel-routes', () => {

it('should override parent icon when both static icon presented', async () => {
const $ = await next.render$('/nested')
expect($('link[type="image/x-icon"]').length).toBe(1)
expect($('link[rel="icon"][type="image/png"]').length).toBe(1)
})

Expand Down

0 comments on commit 8798648

Please sign in to comment.