Skip to content

Commit 5d1d895

Browse files
author
Shubham Dhage
committed
Add Simple Test Case with testing-library
1 parent 868411c commit 5d1d895

File tree

6 files changed

+627
-23
lines changed

6 files changed

+627
-23
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
### Simple React Native Typescript with Jest Testing Library
2+
3+
* npx react-native init MyApp --template react-native-template-typescript
4+
5+
* npm install --save @testing-library/react-native @testing-library/jest-native
6+
7+
* Official Docs - https://testing-library.com/docs/
8+
9+
* npm run test --watch

__tests__/App-test.tsx

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)