Skip to content

Commit

Permalink
Apply formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
guntherjh authored and github-actions[bot] committed Oct 21, 2024
1 parent 467b924 commit fe4bc60
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/rrdom/test/diff.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1835,9 +1835,9 @@ describe('diff algorithm for rrdom', () => {
this.cssRules = [{ cssText: baseStyle }];
}

vi
.spyOn(window, 'CSSStyleSheet')
.mockImplementationOnce(MockCSSStyleSheet as any);
vi.spyOn(window, 'CSSStyleSheet').mockImplementationOnce(
MockCSSStyleSheet as any,
);

const baseStyle = 'body {margin: 0;}';
const insertedStyle = 'div {display: flex;}';
Expand Down

0 comments on commit fe4bc60

Please sign in to comment.