Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-lefebvre authored and astrobot-houston committed Jun 6, 2024
1 parent 8b9a499 commit 368e4ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/test/env-secret.test.js
Original file line number Diff line number Diff line change
@@ -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>>} */
Expand Down

0 comments on commit 368e4ce

Please sign in to comment.