Christoph Nakazawa
Christoph Nakazawa
there isn't any way right now to ignore this. The right solution is usually to mock out whatever creates randomness, like `Date.now = jest.fn(() => 42)` for example. What provides...
No, it's not shallow, it's a normal render.
However, you can mock out lower level components like `jest.mock('path/to/Editor', () => 'Editor')`.
There we go: https://github.com/reactjs/react-codemod/commit/c95c1eaf825c621a5101dd37d8134f9e6be6468c
* `--no-cache` is more like `--reset-cache` actually. It means it won't use the existing cache, but it will still write cache. I'd like to retain that. * These operations have...
What's wrong with repl.it?
I would prefer a full version of Jest over a simplified one that doesn't have the full feature set.
I think that's a great idea but since Jest itself doesn't run in browsers the only way to run a full version of Jest is by running it in a...
This is pnpm: Either way, I don't see any usage of `@babel/core` in those packages. Why is it listed as a peer dependency?
Hello! Thanks everyone for your hard work on Babel (8). I wanted to ask about your upgrade strategy. To this day, Babel 6 is still found in many dependency trees...