mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Simplify testing RN Android in OSS (#38862)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/38862 Simplify testing RN Android in OSS changelog: [internal] internal Reviewed By: cortinico, NickGerleman Differential Revision: D48161533 fbshipit-source-id: 0ded18d8a6149d2e36c327edc436d35ec35184d2
This commit is contained in:
committed by
Facebook GitHub Bot
parent
0f244a627a
commit
ba16de1f5e
@@ -30,6 +30,7 @@
|
||||
"prettier": "prettier --write \"./**/*.{js,md,yml,ts,tsx}\"",
|
||||
"format-check": "prettier --list-different \"./**/*.{js,md,yml,ts,tsx}\"",
|
||||
"update-lock": "npx yarn-deduplicate",
|
||||
"test-android": "./gradlew :packages:react-native:ReactAndroid:test",
|
||||
"test-e2e-local": "node ./scripts/test-e2e-local.js",
|
||||
"test-e2e-local-clean": "node ./scripts/test-e2e-local-clean.js",
|
||||
"test-ios": "./scripts/objc-test.sh test",
|
||||
|
||||
Reference in New Issue
Block a user