summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Matthew Phillips <matthewp@users.noreply.github.com> 2024-09-13 19:40:42 +0000
committerGravatar astrobot-houston <fred+astrobot@astro.build> 2024-09-13 19:40:42 +0000
commitec1521066a3aa5182d7a78759b712335b97fcadf (patch)
treea38bf1a16674f0cbba9ee6abf0c6baa17072f291
parentffba5d716edcdfc42899afaa4188b7a4cd0c91eb (diff)
downloadastro-ec1521066a3aa5182d7a78759b712335b97fcadf.tar.gz
astro-ec1521066a3aa5182d7a78759b712335b97fcadf.tar.zst
astro-ec1521066a3aa5182d7a78759b712335b97fcadf.zip
[ci] format
-rw-r--r--packages/astro/test/get-static-paths-pages.test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/test/get-static-paths-pages.test.js b/packages/astro/test/get-static-paths-pages.test.js
index b62b1baa1..28c77a5af 100644
--- a/packages/astro/test/get-static-paths-pages.test.js
+++ b/packages/astro/test/get-static-paths-pages.test.js
@@ -32,5 +32,5 @@ describe('getStaticPaths with trailingSlash: ignore', () => {
let $ = cheerio.load(html);
assert.equal($('#slug').text(), 'news');
assert.equal($('#page').text(), 'july-2024/2');
- })
+ });
});