Skip to content

Commit

Permalink
chore: remove .only to pass tests
Browse files Browse the repository at this point in the history
  • Loading branch information
b-fuze committed Jan 6, 2025
1 parent 8f415db commit b3dd092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/units/Element-outerHTML.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ Deno.test("Element.outerHTML can be set to replace element", () => {
});
});

Deno.test.only(
Deno.test(
"setting Element.innerHTML should not escape <noscript> contents",
() => {
const doc = new DOMParser().parseFromString(
Expand Down

0 comments on commit b3dd092

Please sign in to comment.