Skip to content

Commit

Permalink
remove accidentally leftover it.only from test suite.
Browse files Browse the repository at this point in the history
  • Loading branch information
botandrose-machine committed Dec 18, 2024
1 parent 38cf0fa commit 32528b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ describe("Core morphing tests", function(){
document.body.removeChild(parent);
});

it.only('can prevent element addition w/ the beforeNodeAdded callback', function() {
it('can prevent element addition w/ the beforeNodeAdded callback', function() {
let parent = make("<div><p>1</p><p>2</p></div>");
document.body.append(parent);

Expand Down

0 comments on commit 32528b3

Please sign in to comment.