mirror of
https://github.com/oven-sh/bun
synced 2026-02-16 22:01:47 +00:00
rm
This commit is contained in:
2
test/js/third_party/piscina/piscina.test.ts
vendored
2
test/js/third_party/piscina/piscina.test.ts
vendored
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user