From 799c8676dfba0d281faf2a3f2d9513518b57593b Mon Sep 17 00:00:00 2001 From: mtwilliams Date: Thu, 12 Dec 2024 13:30:38 +0000 Subject: [PATCH] [ci] format --- packages/astro/test/i18n-routing.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/astro/test/i18n-routing.test.js b/packages/astro/test/i18n-routing.test.js index 28f4b05f80..27491069d3 100644 --- a/packages/astro/test/i18n-routing.test.js +++ b/packages/astro/test/i18n-routing.test.js @@ -1,6 +1,6 @@ -import * as cheerio from 'cheerio'; import * as assert from 'node:assert/strict'; import { after, afterEach, before, describe, it } from 'node:test'; +import * as cheerio from 'cheerio'; import testAdapter from './test-adapter.js'; import { loadFixture } from './test-utils.js';