Donavon West
Donavon West
@all-contributors please add @iansu for code
@all-contributors please add @ryhinchey for doc
You can always set fetch yourself. If you look at `thwack/node` you'll see that it requires `node-fetch`. You could do the same. ```js import thwack from 'thwack'; import fetch from...
For anyone who found this in a Google search, I solved my test issue by firing the event manually. See [this thread](https://spectrum.chat/react-testing-library/general/ontransitionend~7b84288b-716e-42c3-853c-78295a92fd63) for an example.
@all-contributors please add @donavon for doc
I'll make the change
good thought. looks like there is a `jest.getTimerCount()` that I can use for just that purpose. 'cuz, ya know, you can't have too many tests for a 10 line package...
@wesm87 I'd love to see a PR back into this repo. I haven't looked over the implimention too thoroughly, but on the surface, I love the idea.
Hmmm... Seems like a lot of manual work. What if it were abstracted away using a helper function? Something like this (just spitballing here): ```js import { undefined, setGlobal }...
