mjwwit / node-XMLHttpRequest

XMLHttpRequest for node.js
http://thedanexperiment.com/2009/10/04/emulating-xmlhttprequest-in-node-js/
MIT License
15 stars 24 forks source link

Use testing framework for unit-tests #22

Open mjwwit opened 1 month ago

mjwwit commented 1 month ago

Plain Node.js tests are functional, but don't offer much in the way of error/test failure reporting. A testing framework (like the one built into Node.js or Vitest) will help with that.