Skip to content

Commit

Permalink
Remove legacy tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yayvery committed Jan 14, 2024
1 parent 5f0030a commit 2d0c1cf
Show file tree
Hide file tree
Showing 100 changed files with 0 additions and 11,023 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ package-lock.json
.DS_Store

# Test generated files
/packages/react-native/ReactAndroid/src/androidTest/assets/AndroidTestBundle.js
*.js.meta

/coverage
Expand Down
1 change: 0 additions & 1 deletion ReactAndroid/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ build/
src/main/third-party/
# Exclude Android & JVM tests
src/test/
src/androidTest/
5 changes: 0 additions & 5 deletions ReactAndroid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -796,11 +796,6 @@ dependencies {
testImplementation("org.robolectric:robolectric:${ROBOLECTRIC_VERSION}")
testImplementation("com.thoughtworks.xstream:xstream:1.4.20")

androidTestImplementation(fileTree(dir: "src/main/third-party/java/buck-android-support/", include: ["*.jar"]))
androidTestImplementation("androidx.test:runner:${ANDROIDX_TEST_VERSION}")
androidTestImplementation("androidx.test:rules:${ANDROIDX_TEST_VERSION}")
androidTestImplementation("org.mockito:mockito-core:${MOCKITO_CORE_VERSION}")

// This compileOnly dependency is needed to be able to update the offline
// mirror from a non-linux machine, while still executing inside a Linux CI
// as we declare a dependency on aap2 @linux so we're sure the linux artifact
Expand Down
20 changes: 0 additions & 20 deletions ReactAndroid/src/androidTest/AndroidManifest.xml

This file was deleted.

7 changes: 0 additions & 7 deletions ReactAndroid/src/androidTest/assets/BUCK

This file was deleted.

28 changes: 0 additions & 28 deletions ReactAndroid/src/androidTest/buck-runner/AndroidManifest.xml

This file was deleted.

23 changes: 0 additions & 23 deletions ReactAndroid/src/androidTest/buck-runner/BUCK

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 2d0c1cf

Please sign in to comment.