We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e74359 commit 096fafcCopy full SHA for 096fafc
1 file changed
packages/platform-android/test/setup.ts
@@ -23,7 +23,9 @@ const createMockSubprocess = () => ({
23
nodeChildProcess: Promise.resolve({
24
kill: vi.fn(),
25
}),
26
- [Symbol.asyncIterator]: async function* () {},
+ [Symbol.asyncIterator]: async function* () {
27
+ yield* [];
28
+ },
29
});
30
31
vi.mock('../src/adb.js', async (importOriginal) => {
0 commit comments