We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Compilation type issue
../node_modules/jest-preview/dist/next.d.ts(86,28): error TS2694: Namespace 'Config' has no exported member 'PrettyFormatOptions'.
"babel-jest": "29.7.0" typescript 5.2.2 jest-preview 0.3.1
to not be dependant on jest version and types
I would not expect my bundler to fail on test files. so ignoring type checking of the test folder resolved the issue
{ "extends": "./tsconfig.json", "exclude": [ ... "./src/unit-tests" ] }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Compilation type issue
Screenshots
Reproduce
Expected behavior
to not be dependant on jest version and types
Environment (please complete the following information)
Additional context
I would not expect my bundler to fail on test files.
so ignoring type checking of the test folder resolved the issue
The text was updated successfully, but these errors were encountered: