From 0913afb255522b6175c376f3b5398a1b76e9dd4a Mon Sep 17 00:00:00 2001 From: tony-sull Date: Tue, 10 May 2022 21:06:25 +0000 Subject: [PATCH] [ci] format --- packages/astro/test/custom-404.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/astro/test/custom-404.test.js b/packages/astro/test/custom-404.test.js index 4651d7f20e..099fa5aad8 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/'); - }) + }); }); });