summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar tony-sull <tony-sull@users.noreply.github.com> 2022-05-10 21:06:25 +0000
committerGravatar github-actions[bot] <github-actions[bot]@users.noreply.github.com> 2022-05-10 21:06:25 +0000
commit0913afb255522b6175c376f3b5398a1b76e9dd4a (patch)
treee780bfb34c4bb577154cb480c6ca29df38d89327
parente22f7364ceb3e4b057d89bbb32111bcffb7ae967 (diff)
downloadastro-0913afb255522b6175c376f3b5398a1b76e9dd4a.tar.gz
astro-0913afb255522b6175c376f3b5398a1b76e9dd4a.tar.zst
astro-0913afb255522b6175c376f3b5398a1b76e9dd4a.zip
[ci] format
-rw-r--r--packages/astro/test/custom-404.test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/test/custom-404.test.js b/packages/astro/test/custom-404.test.js
index 4651d7f20..099fa5aad 100644
--- a/packages/astro/test/custom-404.test.js
+++ b/packages/astro/test/custom-404.test.js
@@ -36,6 +36,6 @@ describe('Custom 404', () => {
expect($('h1').text()).to.equal('Page not found');
expect($('p').text()).to.equal('/a/');
- })
+ });
});
});