From e6e5de9cdce20143a0d6b378973c716eb5b62524 Mon Sep 17 00:00:00 2001 From: eoghanmurray Date: Thu, 23 May 2024 10:55:37 +0000 Subject: [PATCH] Apply formatting changes --- packages/rrweb-snapshot/test/css.test.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/rrweb-snapshot/test/css.test.ts b/packages/rrweb-snapshot/test/css.test.ts index 46cb200d87..8440c09a03 100644 --- a/packages/rrweb-snapshot/test/css.test.ts +++ b/packages/rrweb-snapshot/test/css.test.ts @@ -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', () => {