From 50af480c7df6840217fbda198ead64cf3be541f1 Mon Sep 17 00:00:00 2001 From: matthewp Date: Thu, 31 Mar 2022 18:04:57 +0000 Subject: [PATCH] [ci] format --- packages/astro/test/ssr-request.test.js | 1 - 1 file changed, 1 deletion(-) 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';