Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit 8c6e06c

Browse files
committed
Minor change
1 parent cff1ad4 commit 8c6e06c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/failing-binary/index.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ test("Multi Binary from ESNext with failing binary", async () => {
2121
cwd: __dirname,
2222
exec: true
2323
})
24-
} catch (exept) {
25-
failed = exept.failed
24+
} catch (error) {
25+
failed = error.failed
2626
}
2727

2828
expect(failed).toBe(true)

0 commit comments

Comments
 (0)