Skip to content

Commit a99e9ed

Browse files
try more sequential
1 parent 2644411 commit a99e9ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/web/tests/stream.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ describe(
3030
}
3131
});
3232

33-
it(`${name} - with web worker`, () => test(funcWithWebWorker));
34-
it(`${name} - without web worker`, () => test(funcWithoutWebWorker));
33+
it.sequential(`${name} - with web worker`, () => test(funcWithWebWorker));
34+
it.sequential(`${name} - without web worker`, () => test(funcWithoutWebWorker));
3535
};
3636

3737
beforeAll(() => Logger.useDefaults());

0 commit comments

Comments
 (0)