-
Notifications
You must be signed in to change notification settings - Fork 11
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
Which assertion frameworks/libraries are you using? #3
Comments
Running tests through Karma with Jasmine and expect. The examples in the test/ folder were really helpful in formulating them. Using faux-jax to intercept client calls but there have been a few hiccups that still need sorting out. Viewable in this branch: Kitware/HPCCloud#420 |
NB: With expect + jasmine we're passing our own |
@TristanWright thanks for the hint. |
I use https://github.com/substack/tape and https://github.com/michaelrhodes/tape-catch to do assertions. EDIT: |
I use Jest primarily. |
+1 for Jest. It's really taking off lately, would be really nice to have a shim for that. |
Will be useful to know all assertion frameworks/libraries which used by users of redux-actions-assertions.
Feel free to leave a comment.
The text was updated successfully, but these errors were encountered: