79707552

Date: 2025-07-19 20:31:27
Score: 1
Natty:
Report link

Looks like you aren't awaiting the pool.end(). This could mean your test runner may exit before pool.end() resolves which could potentially be leaving open sockets.

afterAll(async () => {

  await pool.end();

});
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Aansh Kotian