Skip to content

Commit 69c14c9

Browse files
committed
Fixes test for Postcss postprocessing (:is now supproted)
1 parent a515f57 commit 69c14c9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/compile.test.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,4 @@ test("works with tailwind dark", async () => {
4040
const html = await compile(<TestComponent />);
4141

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

0 commit comments

Comments
 (0)