Skip to content

Commit a9faec5

Browse files
committed
Break tests into separate commands
1 parent 35411df commit a9faec5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/rest-react-native/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
1111
"pods": "bundle install && cd ios/ && bundle exec pod install",
1212
"start": "react-native start",
13-
"test": "jest",
13+
"test": "yarn test:unit && yarn test:e2e",
14+
"test:unit": "jest",
15+
"test:e2e": "detox build --configuration ios && detox test --configuration ios --cleanup",
1416
"verifyPrettier": "npx prettier --check ."
1517
},
1618
"dependencies": {

0 commit comments

Comments
 (0)