Skip to content

Commit

Permalink
remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiller1990 committed Jul 14, 2022
1 parent 87dce90 commit aa72972
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions system-tests/test/component_testing_spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,6 @@ describe(`React major versions with Vite`, function () {
}
})

// TODO: Get these to pass.
// React 18 works fine, but the module resolution is messy due to
// how we use symlinks in system-tests, causing the `import('react-dom/client')
// to incorrectly resolve to `cypress/cli/react/dist`
describe(`React major versions with Webpack`, function () {
systemTests.setup()

Expand Down

3 comments on commit aa72972

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on aa72972 Jul 14, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/10.3.1/linux-x64/lmiller/21381-react-18-with-ignore-aa72972f4ddfe7926f11f6194107a1ffb60d99e7/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on aa72972 Jul 14, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the darwin arm64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/10.3.1/darwin-arm64/lmiller/21381-react-18-with-ignore-aa72972f4ddfe7926f11f6194107a1ffb60d99e7/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on aa72972 Jul 14, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the darwin x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/10.3.1/darwin-x64/lmiller/21381-react-18-with-ignore-aa72972f4ddfe7926f11f6194107a1ffb60d99e7/cypress.tgz

Please sign in to comment.