diff --git a/test/custom-elements/index.ts b/test/custom-elements/index.ts index 5a508f7873..53413584ee 100644 --- a/test/custom-elements/index.ts +++ b/test/custom-elements/index.ts @@ -16,7 +16,7 @@ const page = ` const assert = fs.readFileSync(`${__dirname}/assert.js`, 'utf-8'); -describe('custom-elements', function () { +describe('custom-elements', function() { // Note: Increase the timeout in preparation for restarting Chromium due to SIGSEGV. this.timeout(10000); let svelte;