aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar natemoo-re <natemoo-re@users.noreply.github.com> 2023-01-12 15:46:47 +0000
committerGravatar fredkbot <fred+astrobot@astro.build> 2023-01-12 15:46:47 +0000
commitd3b98d209bfa1c2d89d40523113e41ba9178f3c6 (patch)
treedda5cafd698cbedd0d6fb002c08559b32f1cffce
parenteaa6c458d0176d229f9debc618f63ea62b6f0db1 (diff)
downloadastro-d3b98d209bfa1c2d89d40523113e41ba9178f3c6.tar.gz
astro-d3b98d209bfa1c2d89d40523113e41ba9178f3c6.tar.zst
astro-d3b98d209bfa1c2d89d40523113e41ba9178f3c6.zip
[ci] format
-rw-r--r--packages/integrations/node/test/encoded.test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/node/test/encoded.test.js b/packages/integrations/node/test/encoded.test.js
index 162ebd6cc..bbd264777 100644
--- a/packages/integrations/node/test/encoded.test.js
+++ b/packages/integrations/node/test/encoded.test.js
@@ -20,7 +20,7 @@ describe('Encoded Pathname', () => {
let { req, res, text } = createRequestAndResponse({
url: '/什么',
});
-
+
handler(req, res);
req.send();