[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 { expect } from 'chai';
|
||||||
import * as cheerio from 'cheerio';
|
import * as cheerio from 'cheerio';
|
||||||
import { loadFixture, isWindows} from './test-utils.js';
|
import { loadFixture, isWindows } from './test-utils.js';
|
||||||
|
|
||||||
describe('Pages', () => {
|
describe('Pages', () => {
|
||||||
let fixture;
|
let fixture;
|
||||||
|
@ -23,7 +23,7 @@ describe('Pages', () => {
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
if(isWindows) return;
|
if (isWindows) return;
|
||||||
|
|
||||||
describe('Development', () => {
|
describe('Development', () => {
|
||||||
let devServer;
|
let devServer;
|
||||||
|
|
Loading…
Reference in a new issue