From 6f1dbf2003fda7d67e1302cb433e81abfc46a146 Mon Sep 17 00:00:00 2001 From: Vlad Rindevich Date: Wed, 6 Oct 2021 13:20:25 +0300 Subject: [PATCH] test: small fixes --- test/polyfill.test.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/polyfill.test.ts b/test/polyfill.test.ts index 3741650..65be206 100644 --- a/test/polyfill.test.ts +++ b/test/polyfill.test.ts @@ -745,8 +745,6 @@ describe('Constructible Style Sheets polyfill', () => { }); it('handles rule on addRule', () => { - css.addRule('.foo::before', 'content: "bar"', 0); - css.addRule('.foo', 'background: none !important', 0); css.addRule('.foo', 'background: blue', 1); checkContent();