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/'); - }) + }); }); });