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 2644411 commit a99e9edCopy full SHA for a99e9ed
packages/web/tests/stream.test.ts
@@ -30,8 +30,8 @@ describe(
30
}
31
});
32
33
- it(`${name} - with web worker`, () => test(funcWithWebWorker));
34
- it(`${name} - without web worker`, () => test(funcWithoutWebWorker));
+ it.sequential(`${name} - with web worker`, () => test(funcWithWebWorker));
+ it.sequential(`${name} - without web worker`, () => test(funcWithoutWebWorker));
35
};
36
37
beforeAll(() => Logger.useDefaults());
0 commit comments