Skip to content

Commit 8b9caa0

Browse files
committed
remove empty rules from integration tests
1 parent f02ceae commit 8b9caa0

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

integrations/cli/index.test.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -368,12 +368,7 @@ describe.each([
368368
`,
369369
)
370370

371-
await fs.expectFileToContain('project-a/dist/out.css', [
372-
css`
373-
:root, :host {
374-
}
375-
`,
376-
])
371+
await fs.expectFileToContain('project-a/dist/out.css', [css``])
377372
},
378373
)
379374

0 commit comments

Comments
 (0)