Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Apr 26, 2023
1 parent 466b3b8 commit 1d802e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/app-dir/metadata-dynamic-routes/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ createNextDescribe(

// @vercel/og default font should be traced
const isTraced = fileTrace.files.some((filePath) =>
/\/noto-sans-v27-latin-regular\.\w+\.ttf/.test(filePath)
filePath.includes('/noto-sans-v27-latin-regular.ttf')
)
expect(isTraced).toBe(true)
})
Expand Down

0 comments on commit 1d802e6

Please sign in to comment.