Skip to content

Commit 1ba2916

Browse files
authored
Do not attempt to search for manifest in test folders (#2075)
1 parent 0c6372c commit 1ba2916

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/cli-platform-android/src/config/findManifest.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ export default function findManifest(folder: string) {
2020
'examples/**',
2121
'**/Pods/**',
2222
'**/sdks/hermes/android/**',
23+
'**/src/androidTest/**',
24+
'**/src/test/**',
2325
],
2426
})[0];
2527

0 commit comments

Comments
 (0)