Mike Fisher
Mike Fisher
I followed the integration tests example pattern in my own app. ``` // mock the datasources' underlying fetch methods, whether that's a REST // lookup in the RESTDataSource or the...
I'm trying to build a monorepo that contains our backend, expo mobile app and nextjs web app. We'd also like to have a `packages/ui` folder that contains React Native components...
Hi I've been trying to find a turborepo expo monorepo starter that has jest tests configured. This example is the closest I've found. In other apps when I import a...