aboutsummaryrefslogtreecommitdiff
path: root/packages/integrations/sitemap/test/base-path.test.js
diff options
context:
space:
mode:
Diffstat (limited to 'packages/integrations/sitemap/test/base-path.test.js')
-rw-r--r--packages/integrations/sitemap/test/base-path.test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/sitemap/test/base-path.test.js b/packages/integrations/sitemap/test/base-path.test.js
index dd80fd29a..0417e4e2b 100644
--- a/packages/integrations/sitemap/test/base-path.test.js
+++ b/packages/integrations/sitemap/test/base-path.test.js
@@ -1,6 +1,6 @@
-import { loadFixture, readXML } from './test-utils.js';
import assert from 'node:assert/strict';
import { before, describe, it } from 'node:test';
+import { loadFixture, readXML } from './test-utils.js';
describe('URLs with base path', () => {
/** @type {import('./test-utils').Fixture} */