|
@@ -41,7 +41,7 @@ async function runTests() {
|
|
for (const type of ['amd', 'webpack']) {
|
|
for (const type of ['amd', 'webpack']) {
|
|
await runTest(type, 'chromium');
|
|
await runTest(type, 'chromium');
|
|
await runTest(type, 'firefox');
|
|
await runTest(type, 'firefox');
|
|
- await runTest(type, 'webkit');
|
|
|
|
|
|
+ // await runTest(type, 'webkit');
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|