We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
right now, captor.capture() matchers are printed out with an ugly toString() in error messages. they should be niceified like the other matchers.
captor.capture()
currently just got:
All calls of the test double, in order were: - called with `("target", undefined, function (name, originalValue) { return (0, _chainPrototype2.default)(overwriteChild(originalValue, '.' + name), name, originalValue, original); })`.
That whole third arg should have been captor.capture() or the like
The text was updated successfully, but these errors were encountered:
No branches or pull requests
right now,
captor.capture()
matchers are printed out with an ugly toString() in error messages. they should be niceified like the other matchers.currently just got:
That whole third arg should have been
captor.capture()
or the likeThe text was updated successfully, but these errors were encountered: