diff options
author | 2022-05-10 21:06:25 +0000 | |
---|---|---|
committer | 2022-05-10 21:06:25 +0000 | |
commit | 0913afb255522b6175c376f3b5398a1b76e9dd4a (patch) | |
tree | e780bfb34c4bb577154cb480c6ca29df38d89327 | |
parent | e22f7364ceb3e4b057d89bbb32111bcffb7ae967 (diff) | |
download | astro-0913afb255522b6175c376f3b5398a1b76e9dd4a.tar.gz astro-0913afb255522b6175c376f3b5398a1b76e9dd4a.tar.zst astro-0913afb255522b6175c376f3b5398a1b76e9dd4a.zip |
[ci] format
-rw-r--r-- | packages/astro/test/custom-404.test.js | 2 |
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/'); - }) + }); }); }); |