Skip to content

Commit 6f1d344

Browse files
committed
fix: avoid copying pnpm node_modules into worktrees
1 parent 63e68cd commit 6f1d344

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

.worktreeinclude

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
# JavaScript dependencies
2-
node_modules/
3-
.pnpm-store/
4-
examples/test-app/node_modules/
5-
61
# Local environment
72
.env
83
.env.*

src/platforms/android/__tests__/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2109,7 +2109,7 @@ test('fillAndroid tolerates delayed React Native text verification', async () =>
21092109
await fillAndroid(device, 10, 10, 'sent the update');
21102110
},
21112111
);
2112-
});
2112+
}, 10_000);
21132113

21142114
test('typeAndroid reports clear error when unicode input is unsupported', async () => {
21152115
await withMockedAdb(

0 commit comments

Comments
 (0)