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