Skip to content

Commit

Permalink
Apply formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
eoghanmurray authored and github-actions[bot] committed May 23, 2024
1 parent 5eb8357 commit e6e5de9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/rrweb-snapshot/test/css.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ import {
} from './../src/utils';
import { applyCssSplits } from './../src/rebuild';
import type { BuildCache } from '../src/types';
import type { NodeType, serializedElementNodeWithId, textNode } from '@rrweb/types';
import type {
NodeType,
serializedElementNodeWithId,
textNode,
} from '@rrweb/types';

describe('css parser', () => {
it('should save the filename and source', () => {
Expand Down

0 comments on commit e6e5de9

Please sign in to comment.