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

Jasmine custom matchers should support CLI reporters #50

Open
cburgmer opened this issue Feb 28, 2015 · 0 comments
Open

Jasmine custom matchers should support CLI reporters #50

cburgmer opened this issue Feb 28, 2015 · 0 comments

Comments

@cburgmer
Copy link
Contributor

It seems that the support for DOM nodes inside Jasmine's custom matchers message object really depends on the reporter the user is employing: jasmine/jasmine#791

imagediff could probably account for that so that for CLI reporters a string is output instead. Right now the karma reporter for example crashes as indexOf() is not supported for a DOM node.

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

No branches or pull requests

1 participant