Skip to content

Commit c8aba0a

Browse files
committed
revert some noise
1 parent ae15864 commit c8aba0a

File tree

1 file changed

+5
-5
lines changed
  • packages/svelte/tests/hydration

1 file changed

+5
-5
lines changed

packages/svelte/tests/hydration/test.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
// @vitest-environment jsdom
22

3-
import type { CompileOptions } from '#compiler';
43
import * as fs from 'node:fs';
5-
import { flushSync } from 'svelte';
6-
import { createClassComponent } from 'svelte/legacy';
7-
import { render } from 'svelte/server';
84
import { assert } from 'vitest';
95
import { compile_directory } from '../helpers.js';
106
import { assert_html_equal } from '../html_equal.js';
117
import { assert_ok, suite, type BaseTest } from '../suite.js';
8+
import { createClassComponent } from 'svelte/legacy';
9+
import { render } from 'svelte/server';
10+
import type { CompileOptions } from '#compiler';
11+
import { flushSync } from 'svelte';
1212

1313
interface HydrationTest extends BaseTest {
1414
load_compiled?: boolean;
@@ -167,6 +167,6 @@ const { test, run } = suite<HydrationTest>(async (config, cwd) => {
167167
config.after_test?.();
168168
}
169169
});
170-
export { assert_ok, test };
170+
export { test, assert_ok };
171171

172172
await run(__dirname);

0 commit comments

Comments
 (0)