Skip to content

Commit

Permalink
uncomment passing test (#4130)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock committed Sep 11, 2023
1 parent 29abdf7 commit 7748dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/test/browser/combinations.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [];
Expand Down

0 comments on commit 7748dcb

Please sign in to comment.