Quentin Jaccarino

Results 3 issues of Quentin Jaccarino

I'm using [react-dom-stream](https://github.com/aickin/react-dom-stream) for my server rendering. I'm wondering if aphrodite is working or could work with streams ?

I just encountered the error on this line I think: https://github.com/skovhus/jest-codemods/blob/9c9a183c9e996b13c0f4e1be39c1e025c256a89d/src/transformers/expect.js#L70 This code was the problem: ```js expect(u) .toContainKeys(['id', 'name', 'pic']) .toNotContainKeys(['mail', 'token']); ``` But those 2 work: ```js expect(u)...

help wanted
high priority

Hi, It would be nice to take into account the aliases for every functions that are map in the transformer for Expect. Ex: https://github.com/mjackson/expect#toinclude I don't know if there would...

help wanted
good first issue