diff --git a/test/custom-elements/index.ts b/test/custom-elements/index.ts index e8ea05940e..5a508f7873 100644 --- a/test/custom-elements/index.ts +++ b/test/custom-elements/index.ts @@ -124,7 +124,7 @@ describe('custom-elements', function () { } } - // NOTE: Chromium may exit due to SIGSEGV, so retry in that case. + // NOTE: Chromium may exit with SIGSEGV, so retry in that case let count = 0; do { count++;