summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar matthewp <matthewp@users.noreply.github.com> 2022-05-16 18:45:15 +0000
committerGravatar github-actions[bot] <github-actions[bot]@users.noreply.github.com> 2022-05-16 18:45:15 +0000
commit3ceff2595967c68b332bc6e48877e87f77520244 (patch)
treebdd3fca58af3b8046ceeca9cd01eb81fc034b26c
parent43d922277afaeca9c90364fbf0b19477fd2c6566 (diff)
downloadastro-3ceff2595967c68b332bc6e48877e87f77520244.tar.gz
astro-3ceff2595967c68b332bc6e48877e87f77520244.tar.zst
astro-3ceff2595967c68b332bc6e48877e87f77520244.zip
[ci] format
-rw-r--r--packages/astro/test/astro-pages.test.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/astro/test/astro-pages.test.js b/packages/astro/test/astro-pages.test.js
index 708836a64..9d365adb7 100644
--- a/packages/astro/test/astro-pages.test.js
+++ b/packages/astro/test/astro-pages.test.js
@@ -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;