Skip to content

Commit

Permalink
debug around redis.quit
Browse files Browse the repository at this point in the history
  • Loading branch information
lperson committed Apr 28, 2024
1 parent ed4399e commit ef7e210
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion __test__/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@ afterAll(async () => {
}

// eslint-disable-next-line no-unused-vars
r.redis.quit();
console.log("before r.redis.quit()");
await r.redis.quit();
console.log("after r.redis.quit()");
});

0 comments on commit ef7e210

Please sign in to comment.