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 6095c2e commit 4f36c75Copy full SHA for 4f36c75
1 file changed
packages/jco-transpile/test/browser/general.ts
@@ -107,11 +107,11 @@ suite('Browser', () => {
107
} catch {}
108
});
109
110
- test.concurrent('basic transpile', { retry: 3 }, async () => {
+ test('basic transpile', { retry: 3 }, async () => {
111
await testPage({ browser, port, hash: 'transpile' });
112
113
114
- test.concurrent('IDL window', async () => {
+ test('IDL window', async () => {
115
const { component } = await componentize({
116
sourcePath: join(WEBIDL_FIXTURES_DIR, 'dom.test.js'),
117
disableFeatures: ['clocks', 'random', 'stdio'],
@@ -127,7 +127,7 @@ suite('Browser', () => {
127
await testPage({ browser, port, hash: 'test:dom.js' });
128
129
130
- test.concurrent('IDL console', async () => {
+ test('IDL console', async () => {
131
132
sourcePath: join(WEBIDL_FIXTURES_DIR, 'console.test.js'),
133
0 commit comments