From 2d92c3ced7d0e6c1b164719a5a199320a3fc85d1 Mon Sep 17 00:00:00 2001 From: jdecroock Date: Mon, 11 Sep 2023 08:25:22 +0200 Subject: [PATCH] uncomment passing test --- hooks/test/browser/combinations.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/test/browser/combinations.test.js b/hooks/test/browser/combinations.test.js index 028110e8b9..3b7cc51ab1 100644 --- a/hooks/test/browser/combinations.test.js +++ b/hooks/test/browser/combinations.test.js @@ -399,7 +399,7 @@ describe('combinations', () => { expect(scratch.textContent).to.equal('2'); }); - it.skip('parent and child refs should be set before all effects', () => { + it('parent and child refs should be set before all effects', () => { const anchorId = 'anchor'; const tooltipId = 'tooltip'; const effectLog = [];