mirror of
https://github.com/withastro/astro.git
synced 2025-02-24 22:46:02 -05:00
[ci] format
This commit is contained in:
parent
8b9a499d37
commit
368e4ced10
1 changed files with 1 additions and 1 deletions
|
@ -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>>} */
|
||||
|
|
Loading…
Add table
Reference in a new issue