diff options
-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'); |