mathieudutour / create-react-native-app-typescript

Create a React Native app using Typescript on any OS with no build config.
BSD 3-Clause "New" or "Revised" License
252 stars 21 forks source link

Configure jest for TypeScript. #9

Closed binki closed 6 years ago

binki commented 6 years ago

When initializing package.json for the created app, the jest key needs to be configured properly to enable jest to discover and properly load the test files.

Fixes #7 where running npm test would fail to discover or run the tests and then report no tests found.