mirror of
https://github.com/withastro/astro.git
synced 2025-01-20 22:12:38 -05:00
[ci] format
This commit is contained in:
parent
3387f75c99
commit
b742646d4e
1 changed files with 2 additions and 2 deletions
|
@ -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()', () => {
|
||||
|
|
Loading…
Add table
Reference in a new issue