From 78b922f937bb582ab8feb36776902b7e832ef6a9 Mon Sep 17 00:00:00 2001 From: Christopher Lepski Date: Fri, 25 Oct 2024 14:09:05 +0200 Subject: [PATCH] Revert "test: Disable broken test" This reverts commit c8b06523e770433f8d7888eb174e092cc972653e. --- packages/openscd/test/unit/foundation.test.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/openscd/test/unit/foundation.test.ts b/packages/openscd/test/unit/foundation.test.ts index 8d043ec508..8ea76ba66a 100644 --- a/packages/openscd/test/unit/foundation.test.ts +++ b/packages/openscd/test/unit/foundation.test.ts @@ -172,7 +172,6 @@ describe('foundation', () => { }); }); - /* TODO: Reenable test, this tests runs into a timeout, but is fine when debugging. describe('ifImplemented', () => { let nonEmpty: HTMLElement; let empty: HTMLElement; @@ -188,7 +187,6 @@ describe('foundation', () => { it('does not render empty objects into its template', () => expect(empty).dom.to.be.empty); }); - */ describe('isSame', () => { it('is true of any two SCL Elements', () => {