summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar natemoo-re <natemoo-re@users.noreply.github.com> 2023-08-01 23:37:19 +0000
committerGravatar astrobot-houston <fred+astrobot@astro.build> 2023-08-01 23:37:19 +0000
commit543d21075281414d98132a92f707c636d3666405 (patch)
tree33accb4be240928d01d8ea68bf7fd473a4b8fcdc
parentc00b6f0c49027125ea3026e89b21fef84380d187 (diff)
downloadastro-543d21075281414d98132a92f707c636d3666405.tar.gz
astro-543d21075281414d98132a92f707c636d3666405.tar.zst
astro-543d21075281414d98132a92f707c636d3666405.zip
[ci] format
-rw-r--r--packages/astro/test/import-app.test.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/astro/test/import-app.test.js b/packages/astro/test/import-app.test.js
index 7ac536306..e0c76c5f8 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');