summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Emanuele Stoppa <ematipico@users.noreply.github.com> 2025-02-26 16:30:27 +0000
committerGravatar astrobot-houston <fred+astrobot@astro.build> 2025-02-26 16:30:27 +0000
commit5b6df02c8802bd963b4a466f2785fe0992ab722a (patch)
treef3b504d0a5fb9771702a057b58c150754732821a
parent5f72a58935d9bdd5237bdf86d2e94bcdc544c7b3 (diff)
downloadastro-5b6df02c8802bd963b4a466f2785fe0992ab722a.tar.gz
astro-5b6df02c8802bd963b4a466f2785fe0992ab722a.tar.zst
astro-5b6df02c8802bd963b4a466f2785fe0992ab722a.zip
[ci] format
-rw-r--r--packages/astro/test/params.test.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/astro/test/params.test.js b/packages/astro/test/params.test.js
index 7917e32f1..60890637d 100644
--- a/packages/astro/test/params.test.js
+++ b/packages/astro/test/params.test.js
@@ -113,7 +113,6 @@ describe('Astro.params in dev mode', () => {
const $ = cheerio.load(html);
assert.equal($('.category').text(), '你好');
});
-
});
describe('Astro.params in static mode', () => {