Skip to content

Commit

Permalink
test: update
Browse files Browse the repository at this point in the history
  • Loading branch information
xusd320 committed Jul 13, 2024
1 parent d438e63 commit b888a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __test__/index.spec.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function formatHtml(html) {
return beautify.html(html, { preserve_newlines: false });
}

test("should not change html structure", (t) => {
test("should not change the original html structure", (t) => {
const jqueryHtml = fs.readFileSync(path.resolve(__dirname, "jquery.html"), {
encoding: "utf8",
});
Expand Down

0 comments on commit b888a28

Please sign in to comment.