Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
bholmesdev authored and astrobot-houston committed Aug 20, 2024
1 parent b9a585c commit 3416f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/test/actions.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 3416f8a

Please # to comment.