Skip to content

Commit

Permalink
Update test/e2e/app-dir/rsc-basic.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Jiachi Liu <inbox@huozhi.im>
  • Loading branch information
timneutkens and huozhi committed Sep 23, 2022
1 parent 366aa79 commit 086fa2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/app-dir/rsc-basic.test.ts
Expand Up @@ -406,7 +406,7 @@ describe('app dir - react server components', () => {
})
})

it.only('should resolve 3rd party package exports based on the react-server condition', async () => {
it('should resolve 3rd party package exports based on the react-server condition', async () => {
await fetchViaHTTP(next.url, '/react-server/3rd-party-package').then(
async (response) => {
const result = await resolveStreamResponse(response)
Expand Down

0 comments on commit 086fa2a

Please sign in to comment.