diff options
author | 2025-02-06 13:11:10 +0000 | |
---|---|---|
committer | 2025-02-06 13:11:10 +0000 | |
commit | bba875a16c6d9c1c0ccd3956a52dc9d942918013 (patch) | |
tree | 0375677870274025d69a03be80d61e9e64367b62 /packages/integrations/node/test/errors.test.js | |
parent | df7eb74dd3ca4a964d7d00cf29e69654766f86fc (diff) | |
download | astro-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.js | 4 |
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.'); } - } + }, ); }); |