Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove empty rules from integration tests
  • Loading branch information
RobinMalfait committed Jan 31, 2025
commit 2396d9cec870353f6dbad44f933bdc2e3478af93
7 changes: 1 addition & 6 deletions integrations/cli/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -368,12 +368,7 @@ describe.each([
`,
)

await fs.expectFileToContain('project-a/dist/out.css', [
css`
:root, :host {
}
`,
])
await fs.expectFileToContain('project-a/dist/out.css', [css``])
},
)

Expand Down