Skip to content

Commit

Permalink
Revert "test: Disable broken test"
Browse files Browse the repository at this point in the history
This reverts commit c8b0652.
  • Loading branch information
clepski committed Oct 25, 2024
1 parent c8b0652 commit 78b922f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/openscd/test/unit/foundation.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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', () => {
Expand Down

0 comments on commit 78b922f

Please sign in to comment.