-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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: upgrade TSTyche #15369
chore: upgrade TSTyche #15369
Conversation
✅ Deploy Preview for jestjs ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
@@ -1,3 +1,4 @@ | |||
{ | |||
"testFileMatch": ["packages/*/__typetests__/*.test.ts"] | |||
"$schema": "https://tstyche.org/schemas/config.json", | |||
"testFileMatch": ["packages/*/__typetests__/**/*.test.ts"] |
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.
Apparently, match pattern was incorrect and did not include packages/jest-types/__typetests__/expect/*.test.ts
files.
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.
thanks!
Summary
TSTyche 3.0 will be released later this week. Here is the upgrade PR. Release notes can be found here.
The important changes are these:
.toMatch()
matcher is deprecated, simply because.toBeAssignableTo()
does nearly same;Test plan
Type tests should pass.