Steve Gravrock

Results 144 comments of Steve Gravrock

@djjeck I'm not sure I understand. It looks like you're trying to write a matcher that: * Passes if the objects are deeply equal * Fails with a diff of...

I'll leave this open since several people have expressed interest. But I think it would be unwise to move forward without at least a rough consensus on the API from...

Here's the problem: ``` // This know about every mismatch gathered so far, and prints it out in a standard way. return multiMatcher.makeResult(); ``` To make that work, there needs...

Closing due to sustained lack of participation from anyone but @djjeck, whose needs are unfortunately a bit too unusual to make for a good addition to Jasmine. It's been almost...

I think all the use cases identified in this thread fall into these categories: * Things that can be done with [`withContext`](https://jasmine.github.io/api/5.1/matchers.html#withContext) * Things that can be done with [the...

I'm closing this due to prolonged inactivity, but anyone who wants the proposed change enough to implement it should still feel free to submit a PR.

I'm closing this due to prolonged inactivity, but anyone who wants the proposed change enough to implement it should still feel free to submit a PR.

I think I sort of accidentally implemented this. 4.0 included two changes that, together, more or less turn `pending` into `skip`: * `pending` can be called from `beforeEach` * When...

I'm closing this feature request because it's gone almost two years with no PR and no sign of interest from anyone other than the original requester. Anyone who wants this...

It's been over two years with no signs of interest in this issue from other users, and it appears to have been fixed on the Angular side. Closing.