Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor-scheer committed Apr 28, 2023
1 parent d7b6f89 commit 1846360
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -344,7 +344,7 @@ function expectECONNREFUSEDerror(err: any) {
// AggregateError is thrown by Node 20+
if (err.name === 'AggregateError') {
for (const error of err.errors) {
expect(error.message).toMatch(/ECONNREFUSED/)
expect(error.message).toMatch(/ECONNREFUSED/);
}
} else {
expect(err.message).toMatch(/ECONNREFUSED/);
Expand Down

0 comments on commit 1846360

Please sign in to comment.