0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-02-17 22:44:24 -05:00

[ci] format

This commit is contained in:
Florian Lefebvre 2024-06-06 20:20:35 +00:00 committed by astrobot-houston
parent 8b9a499d37
commit 368e4ced10

View file

@ -1,9 +1,9 @@
import assert from 'node:assert/strict';
import { writeFileSync } from 'node:fs';
import { after, describe, it } from 'node:test';
import * as cheerio from 'cheerio';
import testAdapter from './test-adapter.js';
import { loadFixture } from './test-utils.js';
import { writeFileSync } from 'node:fs';
describe('astro:env public variables', () => {
/** @type {Awaited<ReturnType<typeof loadFixture>>} */