summaryrefslogtreecommitdiff
path: root/packages/upgrade/test/utils.js
diff options
context:
space:
mode:
authorGravatar Emanuele Stoppa <my.burning@gmail.com> 2024-02-22 13:58:10 +0000
committerGravatar GitHub <noreply@github.com> 2024-02-22 13:58:10 +0000
commit1e638c40192f0a292f4ee54e7db36e08af15d0fd (patch)
tree25bada54e3b3d394d66ec0808e83cc8639607561 /packages/upgrade/test/utils.js
parent7c5fcd2fa817472f480bbfbbc11b9ed71a7210ab (diff)
downloadastro-1e638c40192f0a292f4ee54e7db36e08af15d0fd.tar.gz
astro-1e638c40192f0a292f4ee54e7db36e08af15d0fd.tar.zst
astro-1e638c40192f0a292f4ee54e7db36e08af15d0fd.zip
chore: import sorting for test folder and e2e folder (#10190)
Diffstat (limited to 'packages/upgrade/test/utils.js')
-rw-r--r--packages/upgrade/test/utils.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/upgrade/test/utils.js b/packages/upgrade/test/utils.js
index 691e63d90..64850a790 100644
--- a/packages/upgrade/test/utils.js
+++ b/packages/upgrade/test/utils.js
@@ -1,6 +1,6 @@
import { before, beforeEach } from 'node:test';
-import { setStdout } from '../dist/index.js';
import stripAnsi from 'strip-ansi';
+import { setStdout } from '../dist/index.js';
export function setup() {
const ctx = { messages: [] };