Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Mar 2, 2022
1 parent dd12ace commit be42121
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.0',
'react-dom': '18.0.0-rc.0',
react: '18.0.0-rc.1',
'react-dom': '18.0.0-rc.1',
},
})
})
Expand Down Expand Up @@ -60,8 +60,8 @@ describe('react 18 streaming SSR with custom next configs', () => {
},
},
dependencies: {
react: '18.0.0-rc.0',
'react-dom': '18.0.0-rc.0',
react: '18.0.0-rc.1',
'react-dom': '18.0.0-rc.1',
},
})
})
Expand Down

0 comments on commit be42121

Please sign in to comment.