summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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/');
- })
+ });
});
});