AgoraIO / Tools

382 stars 828 forks source link

chore(deps): Moved nodeunit to devDependencies. #325

Closed neogeek closed 1 year ago

neogeek commented 1 year ago

nodeunit is only used to run tests so I've moved it to devDependencies, as well as added a shortcut to run all tests via npm test.

I also looked into switching from nodeunit to jest and it looked pretty straight forward. If you'd like a hand with that I can submit a separate PR with that change.