summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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', () => {