Skip to content

Commit

Permalink
chore: cherry-pick commit that fixes current yargs-parser type issue (#…
Browse files Browse the repository at this point in the history
…23116)

Co-authored-by: Blue F <blue@cypress.io>
  • Loading branch information
admah and Blue F committed Aug 4, 2022
1 parent d26b6a8 commit 286d583
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2055,9 +2055,12 @@ jobs:
CYPRESS_INSTALL_BINARY: /root/cypress/cypress.zip
# let's install Cypress, Jest and any other package that might conflict
# https://github.com/cypress-io/cypress/issues/6690

# Todo: Add `jest` back into the list once https://github.com/yargs/yargs-parser/issues/452
# is resolved.
command: |
npm install /root/cypress/cypress.tgz \
typescript jest @types/jest enzyme @types/enzyme
typescript @types/jest enzyme @types/enzyme
- run:
name: Test types clash ⚔️
working_directory: <<parameters.wd>>
Expand Down

0 comments on commit 286d583

Please sign in to comment.