-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
chore: modify jest config, ts-jest => 26.xx.xx, tsconfig'include add … #1770
chore: modify jest config, ts-jest => 26.xx.xx, tsconfig'include add … #1770
Conversation
✔️ Deploy Preview for react-redux-docs ready! 🔨 Explore the source changes: 79cbb10 🔍 Inspect the deploy log: https://app.netlify.com/sites/react-redux-docs/deploys/60f5705fda239e00079fe719 😎 Browse the preview: https://deploy-preview-1770--react-redux-docs.netlify.app |
@@ -109,7 +109,7 @@ | |||
"rimraf": "^3.0.2", | |||
"rollup": "^2.32.1", | |||
"rollup-plugin-terser": "^7.0.2", | |||
"ts-jest": "^27.0.3", | |||
"ts-jest": "26.5.6", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this being downgraded?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In addition,I will fix the problem left over from converting the TS file, But this may take some time, as strict type checking may require a lot of additional fixes:cold_sweat:
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 79cbb10:
|
Tests are passing, changes look good. Anything else you want to do in this PR, or is it good to merge? |
I think it is OK to merge, and I will initiate PR in future updates |
Great, thanks again! |
I found some big problems:
ts-jest does not check the converted type file, the previous configuration was problematic
I have now fixed it, but due to the strict mode of tsconfig, there are some type errors that need to be reworked 😭
ref: #1737