rem’s avatarrem’s Twitter Archive—№ 68,892

  1. Anyone have experience with MockedProvider with Jest, and specifically finding that queries don't run if I'm mounting a wrapping component: gist.github.com/remy/33592b68c6a60b5608bf7210b3664c1f#file-component-test-js-L36 (in my City component, the Query never passes data in using this syntax)
    1. …in reply to @rem
      Of course I solve this right after tweeting: I used a class instead of functional and apparently it works ¯\_(ツ)_/¯