Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import issues in latest version of jest packages (25.2.2) #9714

Closed
sachinjoseph opened this issue Mar 26, 2020 · 4 comments · Fixed by #9715
Closed

Import issues in latest version of jest packages (25.2.2) #9714

sachinjoseph opened this issue Mar 26, 2020 · 4 comments · Fixed by #9715

Comments

@sachinjoseph
Copy link

Similar to #9703

@jest/core/25.2.2/node_modules/@jest/core/build/cli/index.d.ts(7,13): error TS1005: '=' expected.
@jest/core/25.2.2/node_modules/@jest/core/build/cli/index.d.ts(7,29): error TS1005: ';' expected.
@jest/core/25.2.2/node_modules/@jest/core/build/cli/index.d.ts(8,13): error TS1005: '=' expected.�
@jest/core/25.2.2/node_modules/@jest/core/build/cli/index.d.ts(8,39): error TS1005: ';' expected.
@SimenB
Copy link
Member

SimenB commented Mar 26, 2020

Bah, I just tested with pretty-format, not the whole of jest. Seems I missed package.json updates. Will fix

@sachinjoseph
Copy link
Author

Thank you so much @SimenB. I am seeing this in a few places:

  • @jest/core/25.2.2/node_modules/@jest/core/build/SearchSource.d.ts
  • @jest/core/25.2.2/node_modules/@jest/core/build/TestScheduler.d.ts
  • @jest/transform/25.2.1/node_modules/@jest/transform/build/index.d.ts
  • @jest/transform/25.2.1/node_modules/@jest/transform/build/ScriptTransformer.d.ts
  • @jest/transform/25.2.1/node_modules/@jest/transform/build/shouldInstrument.d.ts

@sachinjoseph sachinjoseph changed the title Import issues in latest version of @jest/core (25.2.2) Import issues in latest version of jest packages (25.2.2) Mar 26, 2020
@SimenB
Copy link
Member

SimenB commented Mar 26, 2020

@sachinjoseph available in 25.2.3, sorry about the churn 😬 I've now added a test that the entire jest project can successfully be consumed by [email protected]

@github-actions
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 11, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants