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

Add support for jest #35

Merged
merged 1 commit into from
Jan 18, 2017
Merged

Add support for jest #35

merged 1 commit into from
Jan 18, 2017

Conversation

giuband
Copy link
Contributor

@giuband giuband commented Jan 15, 2017

I added support for jest through the jasmine matchers I wrote for #34.
Sadly I wasn't able to get the .not syntax to work; a solution for now is to use our negative variants (for instance expect(..).toNotDispatchActions)

This closes #33

@dmitry-zaets
Copy link
Member

Thanks a lot! Both jasmine and jest will lend in the new version!

@dmitry-zaets dmitry-zaets merged commit 98a8a13 into redux-things:master Jan 18, 2017
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.

Add Jest support
2 participants