summaryrefslogtreecommitdiff
path: root/packages/create-astro/test/utils.js
diff options
context:
space:
mode:
Diffstat (limited to 'packages/create-astro/test/utils.js')
-rw-r--r--packages/create-astro/test/utils.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/create-astro/test/utils.js b/packages/create-astro/test/utils.js
index 6a62490e9..cd5c923ca 100644
--- a/packages/create-astro/test/utils.js
+++ b/packages/create-astro/test/utils.js
@@ -1,7 +1,7 @@
import fs from 'node:fs';
-import { setStdout } from '../dist/index.js';
-import stripAnsi from 'strip-ansi';
import { before, beforeEach } from 'node:test';
+import stripAnsi from 'strip-ansi';
+import { setStdout } from '../dist/index.js';
export function setup() {
const ctx = { messages: [] };