⬆️ update prettier
This commit is contained in:
@@ -38,7 +38,7 @@ for (const [key, grid] of Object.entries(grids))
|
||||
null,
|
||||
chain,
|
||||
drawOptions,
|
||||
animationOptions
|
||||
animationOptions,
|
||||
);
|
||||
|
||||
expect(svg).toBeDefined();
|
||||
|
||||
@@ -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}");
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user