0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00

[ci] format

This commit is contained in:
matthewp 2022-05-16 18:45:15 +00:00 committed by github-actions[bot]
parent 43d922277a
commit 3ceff25959

View file

@ -1,6 +1,6 @@
import { expect } from 'chai';
import * as cheerio from 'cheerio';
import { loadFixture, isWindows} from './test-utils.js';
import { loadFixture, isWindows } from './test-utils.js';
describe('Pages', () => {
let fixture;
@ -23,7 +23,7 @@ describe('Pages', () => {
});
});
if(isWindows) return;
if (isWindows) return;
describe('Development', () => {
let devServer;