Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test failing on Windows #1695

Closed
joeyguerra opened this issue Nov 12, 2023 · 1 comment · Fixed by #1696
Closed

Test failing on Windows #1695

joeyguerra opened this issue Nov 12, 2023 · 1 comment · Fixed by #1696
Labels

Comments

@joeyguerra
Copy link
Member

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

Copy link

🎉 This issue has been resolved in version 10.0.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant