Skip to content

Commit

Permalink
Update test/e2e/app-dir/app-external/app-external.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi authored Apr 26, 2024
1 parent 9c22b51 commit c633eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/app-dir/app-external/app-external.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ describe('app dir - external dependency', () => {
expect(result).toContain('Server subpath: subpath.default')
expect(result).toContain('Client: index.default')
expect(result).toContain('Client subpath: subpath.default')
expect(result).toContain('opt-out-react-version: 18.3.0')
expect(result).not.toContain('opt-out-react-version: 18.3.0-canary')
})
})

Expand Down

0 comments on commit c633eb1

Please sign in to comment.