Nick McCurdy

Results 346 comments of Nick McCurdy

Instead of `within` couldn't we nest query function calls? ```js fireEvent.click(getByText(getBySomething(rowStuff), 'Delete')) ```

This seems to have been fixed by #224.

I like the idea of having a more composable API, but I don't think users would use a more complex API just to improve the performance of one query. It...

I think it may look nicer to truncate the message to `Unable to find an element with the text`. Jest should show the relevant code with the stack trace, right?

Also note that `Gemfile.lock` files have Ruby versions (if they're committed), though I'm not sure if relying on that is standard.

Personally, I think it would be cool to just have the directory structure in the readme (similar to [tree](http://mama.indstate.edu/users/ice/tree/)'s output). However, I think also having the generated source somewhere might...

This is a good idea, but let's start it on `cra-template-redux` and then port it here with types: https://github.com/reduxjs/cra-template-redux/issues/23

FWIW RTK Query is merged back into RTK

For Jest, do you have `scripts` in `package.json`?

I think this is fixed now, it's not defining or extending Array directly.