Skip to content

Commit

Permalink
update react 18 prod tests
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Mar 30, 2022
1 parent efacbc5 commit c636f40
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/production/react-18-streaming-ssr/index.test.ts
Expand Up @@ -24,8 +24,8 @@ describe('react 18 streaming SSR in minimal mode', () => {
},
},
dependencies: {
react: '18.0.0-rc.2',
'react-dom': '18.0.0-rc.2',
react: '18.0.0',
'react-dom': '18.0.0',
},
})
})
Expand Down Expand Up @@ -70,8 +70,8 @@ describe('react 18 streaming SSR with custom next configs', () => {
},
},
dependencies: {
react: '18.0.0-rc.2',
'react-dom': '18.0.0-rc.2',
react: '18.0.0',
'react-dom': '18.0.0',
},
installCommand: 'npm install',
})
Expand Down

0 comments on commit c636f40

Please sign in to comment.