From 5ae44c2c54c3f091795d2947851e971e1fd1f925 Mon Sep 17 00:00:00 2001 From: Yuichiro Yamashita Date: Wed, 5 Jan 2022 19:47:35 +0900 Subject: [PATCH] Update test/custom-elements/index.ts Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com> --- test/custom-elements/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;