This commit is contained in:
Alistair Smith
2025-05-27 13:39:49 -07:00
parent aa7f696df0
commit a4ccaa5822

View File

@@ -56,7 +56,7 @@ test("Piscina error handling", async () => {
});
try {
await expect(piscina.run({ shouldThrow: true })).rejects.toThrow();
expect(piscina.run({ shouldThrow: true })).rejects.toThrow();
} finally {
await piscina.destroy();
}