Skip to content

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Carniato committed Dec 14, 2021
1 parent 79e7ff0 commit 117b347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/fixture.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ before(async () => {
if (document.body) {
const body = document.body.cloneNode(true);
const scripts = (body as HTMLElement).querySelectorAll("script");
scripts.forEach(n => n.remove())
scripts.forEach((n) => n.remove());
__track__((body as HTMLElement).innerHTML);
observer.disconnect();
queueMicrotask(observe);
Expand Down

0 comments on commit 117b347

Please sign in to comment.