summaryrefslogtreecommitdiff
path: root/packages/integrations/node/test/errors.test.js
diff options
context:
space:
mode:
authorGravatar renovate[bot] <ematipico@users.noreply.github.com> 2025-02-06 13:11:10 +0000
committerGravatar astrobot-houston <fred+astrobot@astro.build> 2025-02-06 13:11:10 +0000
commitbba875a16c6d9c1c0ccd3956a52dc9d942918013 (patch)
tree0375677870274025d69a03be80d61e9e64367b62 /packages/integrations/node/test/errors.test.js
parentdf7eb74dd3ca4a964d7d00cf29e69654766f86fc (diff)
downloadastro-bba875a16c6d9c1c0ccd3956a52dc9d942918013.tar.gz
astro-bba875a16c6d9c1c0ccd3956a52dc9d942918013.tar.zst
astro-bba875a16c6d9c1c0ccd3956a52dc9d942918013.zip
[ci] format
Diffstat (limited to 'packages/integrations/node/test/errors.test.js')
-rw-r--r--packages/integrations/node/test/errors.test.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/integrations/node/test/errors.test.js b/packages/integrations/node/test/errors.test.js
index 9bf4aa29b..69ae1ec5c 100644
--- a/packages/integrations/node/test/errors.test.js
+++ b/packages/integrations/node/test/errors.test.js
@@ -59,7 +59,7 @@ describe('Errors', () => {
const $ = cheerio.load(html);
assert.equal($('p').text().trim(), 'Internal server error');
- }
+ },
);
it(
@@ -87,6 +87,6 @@ describe('Errors', () => {
} else {
throw new Error('The response should take at most 2 chunks.');
}
- }
+ },
);
});