Skip to content

Commit

Permalink
typo:
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra authored and dkindel committed Apr 30, 2024
1 parent dd97de7 commit a06cd7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rrweb-snapshot/test/css.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ li[attr="has,comma"] a:hover {
it('fixes incorrectly parsed grid template rules', () => {
const cssText =
'#wrapper { display: grid; grid-template: "header header" max-content / repeat(2, 1fr); margin: 0px auto; }';
// to avoid using JSDom we can fake as much of the CSSStyleDeclaration as we ned
// to avoid using JSDom we can fake as much of the CSSStyleDeclaration as we need
const cssStyleDeclaration: Record<string | number, any> = {
length: 3,
0: 'grid-template-areas',
Expand Down

0 comments on commit a06cd7d

Please sign in to comment.