Simen Bekkhus
Simen Bekkhus
IMO it's fine to have it as one plugin, as long as it's clearly stated in the docs that the matchers are not part of Jest core. /cc @thymikee @orta...
I was thinking of sharing some utils such as ```js const parsedExpression = utils.parse(node); if (parsedExpression.isExpect) { if (parsedExpression.matcher === 'toBeNull') {} } ``` And a bunch of other stuff....
Uuuh, yeah that might be the way forward
Lerna setup isn't too bad. I also noticed that lerna has built-in conventional commit support now, so we could probably automate a bunch of stuff around it (and maybe bring...
@G-Rath is this totally solved?
I would assume coverage doesn't work, but I've been wrong before! 😀 However, adding support for v8 based coverage should be straight forward. E.g. use https://github.com/SimenB/collect-v8-coverage (what Jest uses) and...
Yeah, runner needs to hook it up. But should as mentioned be very little code 🤞
See #13, I think that's working 🙂
@nicolo-ribaudo I have zero attachment to this particular approach, feel free to slice and dice it as needed 🙂 it _seems_ to work fine, at least
It's probably different (counts differently), but afaik there's no bugs with it. Feel free to ping me if there are