summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar tony-sull <tony-sull@users.noreply.github.com> 2022-06-16 22:11:13 +0000
committerGravatar github-actions[bot] <github-actions[bot]@users.noreply.github.com> 2022-06-16 22:11:13 +0000
commitfb80e384e3fd8a45b73d5617f4859e7dfa48d2c3 (patch)
tree18ba7778ee8b6f7dbaf774a45d0a9b90abe6a830
parente02097d0b964d719f04fa2fe3d4995b5bee4fa48 (diff)
downloadastro-fb80e384e3fd8a45b73d5617f4859e7dfa48d2c3.tar.gz
astro-fb80e384e3fd8a45b73d5617f4859e7dfa48d2c3.tar.zst
astro-fb80e384e3fd8a45b73d5617f4859e7dfa48d2c3.zip
[ci] format
-rw-r--r--packages/astro/test/errors.test.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/astro/test/errors.test.js b/packages/astro/test/errors.test.js
index 9dd158d22..01fe61b9a 100644
--- a/packages/astro/test/errors.test.js
+++ b/packages/astro/test/errors.test.js
@@ -16,11 +16,11 @@ describe('Error display', () => {
/**
* TODO: Track down reliability issue
- *
+ *
* After fixing a syntax error on one page, the dev server hangs on the hmr.js request.
* This is specific to a project that has other framework component errors,
* in this case the fixture has multiple broken pages and components.
- *
+ *
* The issue could be internal to vite, the hmr.js request triggers connect:dispatcher
* events but vite:load is never actually called.
*/