Skip to content

Commit

Permalink
typo:
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra committed Jan 10, 2024
1 parent a3126e0 commit 262e6a0
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 @@ -135,7 +135,7 @@ describe('css parser', () => {
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 262e6a0

Please sign in to comment.