Skip to content

Commit 6f1dbf2

Browse files
Lodincalebdwilliams
authored andcommitted
test: small fixes
1 parent 3c9bfb2 commit 6f1dbf2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/polyfill.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -745,8 +745,6 @@ describe('Constructible Style Sheets polyfill', () => {
745745
});
746746

747747
it('handles rule on addRule', () => {
748-
css.addRule('.foo::before', 'content: "bar"', 0);
749-
750748
css.addRule('.foo', 'background: none !important', 0);
751749
css.addRule('.foo', 'background: blue', 1);
752750
checkContent();

0 commit comments

Comments
 (0)