diff --git a/tests/realm.spec.js b/tests/realm.spec.js index 080ba5e..0204070 100644 --- a/tests/realm.spec.js +++ b/tests/realm.spec.js @@ -96,7 +96,7 @@ describe('realm', () => { expect(container.innerHTML).toBe('
'); }); - 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');