From 543d21075281414d98132a92f707c636d3666405 Mon Sep 17 00:00:00 2001 From: natemoo-re Date: Tue, 1 Aug 2023 23:37:19 +0000 Subject: [PATCH] [ci] format --- packages/astro/test/import-app.test.js | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/astro/test/import-app.test.js b/packages/astro/test/import-app.test.js index 7ac536306dd4..e0c76c5f8ee3 100644 --- a/packages/astro/test/import-app.test.js +++ b/packages/astro/test/import-app.test.js @@ -1,7 +1,6 @@ import { expect } from 'chai'; describe('Import astro/app', async () => { - it('Successfully imports astro/app', async () => { try { await import('astro/app');