diff options
author | 2024-09-13 19:40:42 +0000 | |
---|---|---|
committer | 2024-09-13 19:40:42 +0000 | |
commit | ec1521066a3aa5182d7a78759b712335b97fcadf (patch) | |
tree | a38bf1a16674f0cbba9ee6abf0c6baa17072f291 | |
parent | ffba5d716edcdfc42899afaa4188b7a4cd0c91eb (diff) | |
download | astro-ec1521066a3aa5182d7a78759b712335b97fcadf.tar.gz astro-ec1521066a3aa5182d7a78759b712335b97fcadf.tar.zst astro-ec1521066a3aa5182d7a78759b712335b97fcadf.zip |
[ci] format
-rw-r--r-- | packages/astro/test/get-static-paths-pages.test.js | 2 |
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'); - }) + }); }); |