diff options
author | 2022-03-31 18:04:57 +0000 | |
---|---|---|
committer | 2022-03-31 18:04:57 +0000 | |
commit | 50af480c7df6840217fbda198ead64cf3be541f1 (patch) | |
tree | 4911d0b7a3fab3585d64289edc98ae1a0acf2ac4 | |
parent | cebdc85428d0ed367c049a3ef5d9b0c77d78ad2e (diff) | |
download | astro-50af480c7df6840217fbda198ead64cf3be541f1.tar.gz astro-50af480c7df6840217fbda198ead64cf3be541f1.tar.zst astro-50af480c7df6840217fbda198ead64cf3be541f1.zip |
[ci] format
-rw-r--r-- | packages/astro/test/ssr-request.test.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/astro/test/ssr-request.test.js b/packages/astro/test/ssr-request.test.js index 30efb8ef8..04a00a195 100644 --- a/packages/astro/test/ssr-request.test.js +++ b/packages/astro/test/ssr-request.test.js @@ -1,4 +1,3 @@ - import { expect } from 'chai'; import { load as cheerioLoad } from 'cheerio'; import { loadFixture } from './test-utils.js'; |