Skip to content

Commit

Permalink
fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
billyvg committed Apr 26, 2024
1 parent d4c94d2 commit 1701a8f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/rrweb-snapshot/test/css.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ li[attr="has,comma"] a:hover {
).toEqual(1);
});

<<<<<<< HEAD
it.each([
['.foo,.bar {}', ['.foo', '.bar']],
['.bar:has(:disabled) {}', ['.bar:has(:disabled)']],
Expand Down Expand Up @@ -272,8 +271,6 @@ li[attr="has,comma"] a:hover {
},
);

=======
>>>>>>> develop
it('parses imports with quotes correctly', () => {
const out1 = escapeImportStatement({
cssText: `@import url("/foo.css;900;800"");`,
Expand Down

0 comments on commit 1701a8f

Please sign in to comment.