Skip to content

Commit

Permalink
Fixes test for Postcss postprocessing (:is now supproted)
Browse files Browse the repository at this point in the history
  • Loading branch information
Titou325 committed Sep 6, 2024
1 parent a515f57 commit 69c14c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/compile.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,4 @@ test("works with tailwind dark", async () => {
const html = await compile(<TestComponent />);

expect(html).toContain("rgba(239, 68, 68");
expect(html).not.toContain(":is");
});

0 comments on commit 69c14c9

Please sign in to comment.