Skip to content

Commit

Permalink
Remove only modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardocavazza committed Nov 8, 2024
1 parent 1619112 commit 4412db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/realm.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ describe('realm', () => {
expect(container.innerHTML).toBe('<span></span><div></div>');
});

test.only('Node.prototype.insertBefore should work in realm', () => {
test('Node.prototype.insertBefore should work in realm', () => {
const container = document.createElement('div');
const child = document.createElement('div');
const child2 = document.createElement('span');
Expand Down

0 comments on commit 4412db8

Please sign in to comment.