summaryrefslogtreecommitdiff
path: root/packages/astro/test/ssr-response.test.js
diff options
context:
space:
mode:
Diffstat (limited to 'packages/astro/test/ssr-response.test.js')
-rw-r--r--packages/astro/test/ssr-response.test.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/astro/test/ssr-response.test.js b/packages/astro/test/ssr-response.test.js
index 703ee7696..c3ddb2744 100644
--- a/packages/astro/test/ssr-response.test.js
+++ b/packages/astro/test/ssr-response.test.js
@@ -1,7 +1,7 @@
import assert from 'node:assert/strict';
-import { describe, before, it } from 'node:test';
-import { loadFixture } from './test-utils.js';
+import { before, describe, it } from 'node:test';
import testAdapter from './test-adapter.js';
+import { loadFixture } from './test-utils.js';
describe('Using Astro.response in SSR', () => {
/** @type {import('./test-utils').Fixture} */