mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
[ci] format
This commit is contained in:
parent
43d922277a
commit
3ceff25959
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue