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
Above closed-issue is not fixed yet, at least not correctly.
For example, my context contains JSON, which causes both the error and the JSON to get duplicated in the logs.
expect(window.MyGlobalVariable).withContext('Was not in global var: '+JSON.stringify(window.jQuery,null,2)).toEqual(jasmine.objectContaining({'my/tested/key': jasmine.objectContaining({default: jasmine.anything()})}));
Update; seems is line-fade related, because jasmine.pp(...) + '\ntest' does not work (but jasmine.pp(...) works, as it has no line-fade).
The text was updated successfully, but these errors were encountered:
#60
Above closed-issue is not fixed yet, at least not correctly.
For example, my context contains
JSON
, which causes both the error and the JSON to get duplicated in the logs.The text was updated successfully, but these errors were encountered: