0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-27 22:19:04 -05:00

[ci] format

This commit is contained in:
Ben Holmes 2024-04-03 20:50:06 +00:00 committed by astrobot-houston
parent 90cfade88c
commit 8f636693d5
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
import markdoc from '@astrojs/markdoc';
import { defineConfig } from 'astro/config';
import preact from '@astrojs/preact';
import { defineConfig } from 'astro/config';
// https://astro.build/config
export default defineConfig({

View file

@ -1,5 +1,5 @@
import assert from 'node:assert/strict';
import { describe, it, before, after } from 'node:test';
import { after, before, describe, it } from 'node:test';
import { parseHTML } from 'linkedom';
import { loadFixture } from '../../../astro/test/test-utils.js';

View file

@ -1,5 +1,5 @@
import assert from 'node:assert/strict';
import { describe, it, before, after } from 'node:test';
import { after, before, describe, it } from 'node:test';
import { parseHTML } from 'linkedom';
import { loadFixture } from '../../../astro/test/test-utils.js';