diff options
author | 2022-05-16 18:45:15 +0000 | |
---|---|---|
committer | 2022-05-16 18:45:15 +0000 | |
commit | 3ceff2595967c68b332bc6e48877e87f77520244 (patch) | |
tree | bdd3fca58af3b8046ceeca9cd01eb81fc034b26c | |
parent | 43d922277afaeca9c90364fbf0b19477fd2c6566 (diff) | |
download | astro-3ceff2595967c68b332bc6e48877e87f77520244.tar.gz astro-3ceff2595967c68b332bc6e48877e87f77520244.tar.zst astro-3ceff2595967c68b332bc6e48877e87f77520244.zip |
[ci] format
-rw-r--r-- | packages/astro/test/astro-pages.test.js | 4 |
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; |