From 7748dcb83cedd02e37b3713634e35b97b26028fd Mon Sep 17 00:00:00 2001 From: Jovi De Croock Date: Mon, 11 Sep 2023 08:27:39 +0200 Subject: [PATCH] uncomment passing test (#4130) --- 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 = [];