Mike Plis
Mike Plis
The sample code in `Use translation library in tests` doesn't appear to be working. `getNodeText` expects an HTMLElement, so trying to pass it a `FormattedMessage` results in this TypeScript error:...
Fwiw I got it working with a combination of `screen.findByText` and [`intl.formatMessage`](https://formatjs.io/docs/react-intl/api/#formatmessage)
@TheLarkInn One concern I've always had about working in tech outside of one of the major hubs is that if I ever needed/wanted to change jobs, there wouldn't be many...