From 3416f8a3e16fec315f4a4aaf20bb0fd696e335d6 Mon Sep 17 00:00:00 2001 From: Ben Holmes Date: Tue, 20 Aug 2024 18:42:58 +0000 Subject: [PATCH] [ci] format --- packages/astro/test/actions.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/astro/test/actions.test.js b/packages/astro/test/actions.test.js index 6716f874b085..0b2cc6a8151a 100644 --- a/packages/astro/test/actions.test.js +++ b/packages/astro/test/actions.test.js @@ -2,9 +2,9 @@ import assert from 'node:assert/strict'; import { after, before, describe, it } from 'node:test'; import * as cheerio from 'cheerio'; import * as devalue from 'devalue'; +import { serializeActionResult } from '../dist/actions/runtime/virtual/shared.js'; import testAdapter from './test-adapter.js'; import { loadFixture } from './test-utils.js'; -import { serializeActionResult } from '../dist/actions/runtime/virtual/shared.js'; describe('Astro Actions', () => { let fixture;