This is an automated email from the ASF dual-hosted git repository. randall pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-annotator.git
commit 1f27df579e1ab27889624da204074de42ac7ce22 Author: Randall Leeds <[email protected]> AuthorDate: Sat May 15 13:28:50 2021 -0700 Lint cartesian.test.ts --- packages/dom/test/range/cartesian.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/dom/test/range/cartesian.test.ts b/packages/dom/test/range/cartesian.test.ts index ff0ff8a..1c560a0 100644 --- a/packages/dom/test/range/cartesian.test.ts +++ b/packages/dom/test/range/cartesian.test.ts @@ -61,7 +61,6 @@ describe('cartesian', () => { let didClose = false; const error = new Error(); - async function* throws() { yield 1; throw error;
