We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e516f96 commit dc10617Copy full SHA for dc10617
test/util/spawn.js
@@ -52,7 +52,6 @@ const main = () => {
52
t.test('errors', t => {
53
t.rejects(spawn(__filename), {
54
message: /spawn.*EACCES/,
55
- errno: 'EACCES',
56
code: 'EACCES',
57
syscall: /spawn/,
58
})
0 commit comments