Skip to content

Commit ad06c15

Browse files
committed
fix test case
1 parent 062dafa commit ad06c15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/app-dir/app-external.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ describe('app dir - external dependency', () => {
167167
).toMatch(/^__myFont_.{6}, __myFont_Fallback_.{6}$/)
168168
})
169169

170-
describe.only('react in external esm packages', () => {
170+
describe('react in external esm packages', () => {
171171
it('should use the same react in client app', async () => {
172172
const html = await renderViaHTTP(next.url, '/esm/client')
173173

0 commit comments

Comments
 (0)