You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nodeunit was the arguably first testing framework developed for node. It was very useful at the time, but there's an overwhelming number of other worthwhile testing solutions out there that are actively maintained. tap, ava, tape, mocha, jasmine, jest, ... the list goes on and on.
Taskcluster uses mocha, so I'd like to use that here as well.
The text was updated successfully, but these errors were encountered:
jwhitlock
changed the title
Migrate from nodeunit to other testing framework.
Migrate from nodeunit to other testing framework
Jul 30, 2021
The nodeunit project is deprecated:
Taskcluster uses mocha, so I'd like to use that here as well.
The text was updated successfully, but these errors were encountered: