You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removed json option. If you used this option to get rid of Object({ ... }) Jasmine wrapper, then you can use new option verbose: false instead. (#17)
Particular matchers now can't be configured to have different pretty and multiline output. pretty and multiline are now the same for all matchers, configured in karma config file.
Bugfixes:
Correct diffs for jasmine.objectContaining and jasmine.arrayContaining (#16)