summaryrefslogtreecommitdiff
path: root/packages/astro/test/svelte-component.test.js
diff options
context:
space:
mode:
Diffstat (limited to 'packages/astro/test/svelte-component.test.js')
-rw-r--r--packages/astro/test/svelte-component.test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/test/svelte-component.test.js b/packages/astro/test/svelte-component.test.js
index b27c1fbf7..16ccd0e0b 100644
--- a/packages/astro/test/svelte-component.test.js
+++ b/packages/astro/test/svelte-component.test.js
@@ -1,5 +1,5 @@
import assert from 'node:assert/strict';
-import { before, describe, it, after } from 'node:test';
+import { after, before, describe, it } from 'node:test';
import * as cheerio from 'cheerio';
import { isWindows, loadFixture } from './test-utils.js';