Skip to content

Commit 7385cc2

Browse files
fix: prettier
1 parent dce0888 commit 7385cc2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/@lwc/ssr-compiler/src/__tests__/fixtures.spec.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@ import { rollup } from 'rollup';
1111
import lwcRollupPlugin from '@lwc/rollup-plugin';
1212
import { testFixtureDir, formatHTML, pluginVirtual } from '@lwc/test-utils-lwc-internals';
1313
import { serverSideRenderComponent } from '@lwc/ssr-runtime';
14-
import {
15-
DEFAULT_SSR_MODE,
16-
type CompilationMode,
17-
} from '@lwc/shared';
14+
import { DEFAULT_SSR_MODE, type CompilationMode } from '@lwc/shared';
1815
import { expectedFailures } from './utils/expected-failures';
1916
import type { LightningElementConstructor } from '@lwc/ssr-runtime';
2017

0 commit comments

Comments
 (0)