Skip to content

Commit 90fb0ce

Browse files
committed
prettier
1 parent d7a8aba commit 90fb0ce

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

__tests__/postcss-plugin.test.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,11 @@ describe("files", () => {
256256

257257
await run(
258258
collector,
259-
css`.foo { color: blue }`,
259+
css`
260+
.foo {
261+
color: blue;
262+
}
263+
`,
260264
);
261265
await collector.waitForWrite();
262266

0 commit comments

Comments
 (0)