-
-
Notifications
You must be signed in to change notification settings - Fork 225
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
Move some testing helpers into a module #76
Comments
Good idea. |
Also, since we are always checking transformed input to static output, it would make sense to add I'm not sure if we can use it for any content - though in the docs it says React Component. |
cc @cpojer? |
Jest snapshots work with any serializable value, we just haven't documented it yet. This is actually the ideal use case for snapshots and should allow you guys to move much faster. Also cc @kyldvs who loves using it for strings. |
Added in #606 . :) |
Might be a little less setup?
Something like (maybe need to split up or move arguments around):
Basically always unpad, trim
The text was updated successfully, but these errors were encountered: