Remove forgotten .only in tests
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 @@
     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();