summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Emanuele Stoppa <ematipico@users.noreply.github.com> 2024-12-06 10:32:09 +0000
committerGravatar astrobot-houston <fred+astrobot@astro.build> 2024-12-06 10:32:09 +0000
commit72c1d5d531d1fb59e29707986405a6aa7f9ca835 (patch)
tree814503fe6f9635fb77d1bbaf14653894b014fe9a
parent8f8f15ca1d51a112b7344787ac02180e0aeb04bb (diff)
downloadastro-72c1d5d531d1fb59e29707986405a6aa7f9ca835.tar.gz
astro-72c1d5d531d1fb59e29707986405a6aa7f9ca835.tar.zst
astro-72c1d5d531d1fb59e29707986405a6aa7f9ca835.zip
[ci] format
-rw-r--r--packages/astro/test/units/vite-plugin-astro-server/response.test.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/astro/test/units/vite-plugin-astro-server/response.test.js b/packages/astro/test/units/vite-plugin-astro-server/response.test.js
index 60f583939..912ef4102 100644
--- a/packages/astro/test/units/vite-plugin-astro-server/response.test.js
+++ b/packages/astro/test/units/vite-plugin-astro-server/response.test.js
@@ -96,9 +96,8 @@ describe('endpoints', () => {
await done;
assert.ok(true);
-
} catch (err) {
- assert.fail(err)
+ assert.fail(err);
}
});
});