diff options
author | 2023-08-01 23:37:19 +0000 | |
---|---|---|
committer | 2023-08-01 23:37:19 +0000 | |
commit | 543d21075281414d98132a92f707c636d3666405 (patch) | |
tree | 33accb4be240928d01d8ea68bf7fd473a4b8fcdc | |
parent | c00b6f0c49027125ea3026e89b21fef84380d187 (diff) | |
download | astro-543d21075281414d98132a92f707c636d3666405.tar.gz astro-543d21075281414d98132a92f707c636d3666405.tar.zst astro-543d21075281414d98132a92f707c636d3666405.zip |
[ci] format
-rw-r--r-- | packages/astro/test/import-app.test.js | 1 |
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'); |