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

[Bug]: Cannot find name 'DepGraphInfo' error after updating to v29.0.1 #3823

Closed
adambiggs opened this issue Sep 21, 2022 · 0 comments · Fixed by #3824
Closed

[Bug]: Cannot find name 'DepGraphInfo' error after updating to v29.0.1 #3823

adambiggs opened this issue Sep 21, 2022 · 0 comments · Fixed by #3824
Labels
🐛 Bug Confirmed Bug is confirmed

Comments

@adambiggs
Copy link

Version

29.0.1

Steps to reproduce

  1. Run tsc --noEmit

Expected behavior

Should work without type errors.

Actual behavior

Type error.

Debug log

node_modules/ts-jest/dist/types.d.ts:61:28 - error TS2304: Cannot find name 'DepGraphInfo'.

61     depGraphs: Map<string, DepGraphInfo>;

Additional context

No response

Environment

System:
    OS: macOS 12.4
    CPU: (10) arm64 Apple M1 Max
  Binaries:
    Node: 16.15.0 - ~/.nvm/versions/node/v16.15.0/bin/node
    Yarn: 1.22.19 - ~/.yarn/bin/yarn
    npm: 8.5.5 - ~/.nvm/versions/node/v16.15.0/bin/npm
  npmPackages:
    jest: 29.0.3 => 29.0.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug Confirmed Bug is confirmed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants