-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
chore: modernize dependencies #112
base: master
Are you sure you want to change the base?
Conversation
Btw: we might want to replace Kind regards, |
I think I already did this on aedes or mqttjs, do you prefer to go for it here or another PR? |
Lets do this in a next PR. Its not an urgent issue for now. Kind regards, |
hold the press: I found some issues in the new test suite The good news is that I found it while finalizing the removal of |
FYI: the process.exit(0) at the end was already part of the original test suite and is required because the abs test did and still does not clean up correctly. I plan on refurbishing the abs test again so that the process.exit(0) is no longer required here. |
obj.on(resolveEvt, () => { | ||
resolve() | ||
}) | ||
obj.on('error', reject) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe it's better to use once
here?
This PR closes: #111, it:
docker compose
instead ofdocker-compose
which is not supported onUbuntu:latest
action runners anymorestandard
&snappy
byeslint
&neostandard
tape
&faucet
bynode:test
Enjoy!
Kind regards,
Hans