jasmine / jasmine.github.io

Source for Jasmine's documentation
https://jasmine.github.io
MIT License
567 stars 418 forks source link

API docs example for withContext in matchers #166

Closed olleolleolle closed 6 months ago

olleolleolle commented 6 months ago

On the page https://jasmine.github.io/api/edge/matchers.html there is mention of the withContext matcher method.

There is no example on it. It'd be helpful if there were.

In here: https://github.com/jasmine/jasmine/blob/6941bde7e25aaa1a3c93b99bdf5650b9b61f16e4/src/core/Expectation.js#L26

olleolleolle commented 6 months ago

Thanks, @sgravrock!