0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-20 22:12:38 -05:00

[ci] format

This commit is contained in:
Atharva 2024-02-13 14:43:52 +00:00 committed by astrobot-houston
parent 3387f75c99
commit b742646d4e

View file

@ -4,8 +4,8 @@ import * as cheerio from 'cheerio';
import { loadFixture, isWindows } from './test-utils.js';
import testAdapter from './test-adapter.js';
if(!isWindows) {
describe()
if (!isWindows) {
describe();
}
describe('Content Collections - render()', () => {