RobotWebTools / roslibjs

The Standard ROS JavaScript Library
https://robotwebtools.github.io/roslibjs
Other
659 stars 372 forks source link

Switch from Karma and Mocha to Vitest #681

Closed EzraBrooks closed 4 months ago

EzraBrooks commented 4 months ago

Public API Changes

None.

Description

Removed Karma and Mocha in favor of Vitest. Removed spinning up an entire browser in favor of using jsdom where appropriate and Node.js where not. All existing tests seem to pass

Related to #647.