Skip to content

Commit

Permalink
keep stable one
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Nov 9, 2021
1 parent e566e66 commit ef67f5b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,7 @@ describe('concurrentFeatures - prod', () => {
expect(content.clientInfo).not.toContainEqual([['/404', true]])
})

// TODO: re-enabled test when update webpack with chunkLoading support
it.skip('should support React.lazy and dynamic imports', async () => {
it('should support React.lazy and dynamic imports', async () => {
const html = await renderViaHTTP(context.appPort, '/dynamic-imports')
expect(html).toContain('foo.client')
})
Expand Down

0 comments on commit ef67f5b

Please sign in to comment.