Skip to content

Commit 9b2b5b3

Browse files
authored
Merge pull request #43 from OnedocLabs/ffo-173-improve-support-for-dark-selectors-in-react-print
Changes test to check for :is selector
2 parents 853b8c2 + 0d88cf0 commit 9b2b5b3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/compile.test.tsx

+1-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ test("works with tailwind dark", async () => {
3939

4040
const html = await compile(<TestComponent />);
4141

42-
console.log(html);
43-
4442
expect(html).toContain("rgba(239, 68, 68");
43+
expect(html).not.toContain(":is");
4544
});

0 commit comments

Comments
 (0)