node-file-utils icon indicating copy to clipboard operation
node-file-utils copied to clipboard

Replace minitest with something else

Open arnorhs opened this issue 12 years ago • 2 comments

minitest hasn't been updated in a while (more than two years) and it's not clear from the repo which version it was built on, since vanilla minitest doesn't have a .setupListeners() method..

Maybe replacing minitest with something like mocha might be a good idea. I'd be happy to help doing that.

Also full test coverage would also not be a bad idea

arnorhs avatar May 01 '13 09:05 arnorhs

I think this is a great idea. When I first wrote this, much of node was still in its nascency and there was no clear winners in many of the libraries. I could probably get something working when I have a moment this weekend, but if you're interested in taking a swing at it (and given that you have some opinions in the next issue it sounds like you do) just let me know. I'm more than happy to accept pull requests on this.

aconbere avatar May 01 '13 13:05 aconbere

Yeah, cool, I suspected it was something like that.

I might take a swing at it tonight. Good to know the project is still active.

arnorhs avatar May 01 '13 22:05 arnorhs