Skip to content

Commit

Permalink
Update error.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Mar 6, 2024
1 parent 4a219ef commit 93a5c9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/error.ts
Expand Up @@ -343,7 +343,7 @@ test('no uncaught parse errors #2', async t => {
await close();
});

test('no uncaught parse errors on fall back to utf8', withServer, async (t, server, got) => {
test('no uncaught parse errors on fallback to utf8', withServer, async (t, server, got) => {
server.get('/', (_request, response) => {
const buffer = Buffer.alloc(536_870_912, 'A');
response.statusCode = 200;
Expand Down

0 comments on commit 93a5c9b

Please sign in to comment.