Skip to content

Commit a24a9e1

Browse files
committed
chore: fix
1 parent 8277de8 commit a24a9e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/app-dir/next-font.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ describe('app dir next-font', () => {
159159
})
160160

161161
if (!isDev) {
162-
describe.only('preload', () => {
162+
describe('preload', () => {
163163
it('should preload correctly with server components', async () => {
164164
const html = await renderViaHTTP(next.url, '/')
165165
const $ = cheerio.load(html)

0 commit comments

Comments
 (0)