|
@@ -35,7 +35,7 @@
|
35
|
35
|
"test-unit-ios": "node ./scripts/test.unit.ios.js",
|
36
|
36
|
"test-e2e-android": "node ./scripts/test.e2e.android.js",
|
37
|
37
|
"test-e2e-ios": "node ./scripts/test.e2e.ios.js",
|
38
|
|
- "test": "yarn run test-js && yarn run test-unit-android && yarn run test-e2e-android && yarn run test-unit-ios && yarn run test-e2e-ios",
|
|
38
|
+ "test-all": "node ./scripts/test.all.js",
|
39
|
39
|
"test-watch": "BABEL_ENV=test jest --coverage --watch",
|
40
|
40
|
"release": "node ./scripts/release.js"
|
41
|
41
|
},
|