We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 853b8c2 + 0d88cf0 commit 9b2b5b3Copy full SHA for 9b2b5b3
tests/compile.test.tsx
@@ -39,7 +39,6 @@ test("works with tailwind dark", async () => {
39
40
const html = await compile(<TestComponent />);
41
42
- console.log(html);
43
-
44
expect(html).toContain("rgba(239, 68, 68");
+ expect(html).not.toContain(":is");
45
});
0 commit comments