test at test\hubot_test.js:36:3
✖ should output a help message when run with --help (10.698416ms)
Error: spawn ./bin/hubot ENOENT
at ChildProcess._handle.onexit (node:internal/child_process:286:19)
at onErrorNT (node:internal/child_process:484:16)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
errno: -4058,
code: 'ENOENT',
syscall: 'spawn ./bin/hubot',
path: './bin/hubot',
spawnargs: [ '--help' ]
}
test at test\hubot_test.js:36:3 ✖ should output a help message when run with --help (10.698416ms) Error: spawn ./bin/hubot ENOENT at ChildProcess._handle.onexit (node:internal/child_process:286:19) at onErrorNT (node:internal/child_process:484:16) at process.processTicksAndRejections (node:internal/process/task_queues:82:21) { errno: -4058, code: 'ENOENT', syscall: 'spawn ./bin/hubot', path: './bin/hubot', spawnargs: [ '--help' ] }
test at test\hubot_test.js:11