Skip to content

Commit

Permalink
test: small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Lodin authored and calebdwilliams committed Oct 13, 2021
1 parent 3c9bfb2 commit 6f1dbf2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/polyfill.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 6f1dbf2

Please sign in to comment.