This is an automated email from the ASF dual-hosted git repository.
gerben pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-annotator.git
The following commit(s) were added to refs/heads/master by this push:
new cf54a84 Remove forgotten .only in tests
cf54a84 is described below
commit cf54a8460066e6fc5471c270ab7b321c855d1acc
Author: Gerben <[email protected]>
AuthorDate: Fri Jun 4 21:25:29 2021 +0200
Remove forgotten .only in tests
---
packages/dom/test/range/cartesian.test.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/packages/dom/test/range/cartesian.test.ts
b/packages/dom/test/range/cartesian.test.ts
index 1c560a0..80b8a55 100644
--- a/packages/dom/test/range/cartesian.test.ts
+++ b/packages/dom/test/range/cartesian.test.ts
@@ -57,7 +57,7 @@ describe('cartesian', () => {
assert.sameDeepMembers(actual, expected, 'yields the expected items');
});
- it.only('re-raises exceptions and closes iterators', async () => {
+ it('re-raises exceptions and closes iterators', async () => {
let didClose = false;
const error = new Error();