You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check if your test are passing with `npm run test`.
108
+
When you run your `test` command, you will see green boxes if everything works!
109
109
110
110

111
111
@@ -119,7 +119,7 @@ Check if your test are passing with `npm run test`.
119
119
npx expo install -- --save-dev jest-expo jest
120
120
```
121
121
122
-
Update `package.json` with a new script to run Jest
122
+
-[ ]Update `package.json` with a new script to run Jest
123
123
124
124
```diff
125
125
"scripts": {
@@ -135,7 +135,7 @@ Update `package.json` with a new script to run Jest
135
135
++ },
136
136
```
137
137
138
-
Double check if Jest is working properly from the terminal.
138
+
### Double check Jest setup
139
139
140
140
-[ ] Create a new file called `hello.test.ts` and paste this working test
141
141
@@ -220,6 +220,6 @@ Now you can run `npm run test:watch` to watch your files and run tests automatic
220
220
221
221
-[ ] Check the [React Native Testing Library Cookbook](https://callstack.github.io/react-native-testing-library/cookbook/index) and add a new test to your component.
0 commit comments