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

feat(jest): migrate Jest matchers to @jest/globals types #198

Merged
merged 1 commit into from
Jan 1, 2024

Conversation

m-radzikowski
Copy link
Owner

Jest now includes own types in @jest/globals packages. Use it for custom Jest matchers types.

Add declaration exposing custom matchers in the "expect" library types.

Fixes #180

Jest now includes own types in @jest/globals packages.
Use it for custom Jest matchers types.
Add declaration exposing custom matchers
in the "expect" library types.

Fixes #180
@m-radzikowski m-radzikowski changed the title feat: migrate Jest matchers to @jest/globals types feat(jest): migrate Jest matchers to @jest/globals types Dec 31, 2023
@m-radzikowski m-radzikowski merged commit 8f14cbb into main Jan 1, 2024
3 checks passed
@m-radzikowski m-radzikowski deleted the issue180 branch January 1, 2024 21:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Custom Jest matchers not working with Typescript
1 participant