From ba16de1f5e3a995aa916c93c592a7aa21da7907e Mon Sep 17 00:00:00 2001 From: David Vacca Date: Wed, 9 Aug 2023 11:56:44 -0700 Subject: [PATCH] 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 --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 02ab9d192e6..2a8009ebc18 100644 --- a/package.json +++ b/package.json @@ -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",