RobotWebTools / rclnodejs

Node.js version of ROS 2.0 client
https://docs.ros.org/en/humble/Concepts/Basic/About-Client-Libraries.html?highlight=rclnodejs#community-maintained
Apache License 2.0
316 stars 70 forks source link

Clean up some tests #731

Closed felixdivo closed 3 years ago

felixdivo commented 3 years ago

I noticed that these tests could benefit some rewrite, especially using async functions to make them much more readable and maintainable: test/test-init-shutdown.js & test/test-logging.js.