David Posey
Results
1
comments of
David Posey
If you're using `jest` with `jsdom` and haven't explicitly set a `width` on `` it will try and pull from `element.clientWidth`, which is set explicitly to `0` in `jsdom`. This...