Skip to content

Commit

Permalink
Fix ReactRefreshModule test in Turbopack
Browse files Browse the repository at this point in the history
  • Loading branch information
timneutkens committed Jan 23, 2024
1 parent 48d3aaa commit dce5165
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/development/acceptance/ReactRefreshModule.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ describe('ReactRefreshModule', () => {
await session.patch(
'pages/index.js',
`import { default as ${variable} } from 'next/link'
console.log({ ${variable} })
export default function Page() {
return null
}`
Expand Down

0 comments on commit dce5165

Please sign in to comment.