Skip to content

Commit

Permalink
fix test case
Browse files Browse the repository at this point in the history
  • Loading branch information
shuding committed Nov 10, 2022
1 parent 062dafa commit ad06c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/app-dir/app-external.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ describe('app dir - external dependency', () => {
).toMatch(/^__myFont_.{6}, __myFont_Fallback_.{6}$/)
})

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

Expand Down

0 comments on commit ad06c15

Please sign in to comment.