Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Hannes Bornö committed Feb 24, 2023
1 parent 95da873 commit 3a73e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/app-dir/next-font/next-font.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const getAttrs = (elems: Cheerio) =>
// My machine behaves differently to CI
.sort((a, b) => (a.href < b.href ? -1 : 1))

describe.each([['app']])('%s', (fixture: string) => {
describe.each([['app'], ['app-old']])('%s', (fixture: string) => {
createNextDescribe(
'app dir next-font',
{
Expand Down

0 comments on commit 3a73e4d

Please sign in to comment.