⬆️ update prettier

This commit is contained in:
platane
2025-02-20 19:58:59 +07:00
parent 79c252356c
commit ace186c41f
41 changed files with 94 additions and 94 deletions

View File

@@ -8,7 +8,7 @@ it("should minify css", () => {
color : red ;
}
`)
`),
).toBe(".c{color:red}");
expect(
@@ -22,6 +22,6 @@ it("should minify css", () => {
animation: linear 10;
}
`)
`),
).toBe(".c{top:0;color:red}#{animation:linear 10}");
});