Skip to content

Commit

Permalink
Remove only
Browse files Browse the repository at this point in the history
  • Loading branch information
arminmeh committed Sep 16, 2024
1 parent c3d9273 commit 6fddfb3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ describe('<DataGridPro /> - Infnite loader', () => {
expect(getRow.callCount).to.equal(5);
});

it.only('should not observe intersections with the rows pinned to the bottom', async function test() {
it('should not observe intersections with the rows pinned to the bottom', async function test() {
if (isJSDOM) {
this.skip(); // Needs layout
}
Expand Down

0 comments on commit 6fddfb3

Please sign in to comment.