diff options
author | 2025-02-26 16:30:27 +0000 | |
---|---|---|
committer | 2025-02-26 16:30:27 +0000 | |
commit | 5b6df02c8802bd963b4a466f2785fe0992ab722a (patch) | |
tree | f3b504d0a5fb9771702a057b58c150754732821a | |
parent | 5f72a58935d9bdd5237bdf86d2e94bcdc544c7b3 (diff) | |
download | astro-5b6df02c8802bd963b4a466f2785fe0992ab722a.tar.gz astro-5b6df02c8802bd963b4a466f2785fe0992ab722a.tar.zst astro-5b6df02c8802bd963b4a466f2785fe0992ab722a.zip |
[ci] format
-rw-r--r-- | packages/astro/test/params.test.js | 1 |
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', () => { |