Skip to content

Commit

Permalink
chore: revert
Browse files Browse the repository at this point in the history
  • Loading branch information
ChefJerry committed Apr 12, 2024
1 parent 5553de9 commit b053f04
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions test/default.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,8 @@ describe("global test", () => {
.filter((f) => !/(^|\/)\.[^\/\.]/g.test(f.name));

for (const logo of logoFiles) {
if (logo.name !== "404.html") {
const sanitizedLogo = logo.name.split(".")[0];
expect(sanitizedLogo).toBe(getAddress(sanitizedLogo));
}
const sanitizedLogo = logo.name.split(".")[0];
expect(sanitizedLogo).toBe(getAddress(sanitizedLogo));
}
}
});
Expand Down

0 comments on commit b053f04

Please sign in to comment.