andreypopp / autobind-decorator

Decorator to automatically bind methods to class instances
MIT License
1.45k stars 66 forks source link

Add test to NPM scripts #10

Closed gaearon closed 9 years ago

gaearon commented 9 years ago

This might be a dumb idea because you do everything via Makefile.

However I haven't found Makefiles to be common in NPM ecosystem so I'd suggest adding at least support for “blessed” npm test (it even has its own command!) just to point people like me to look at the Makefile.

domarmstrong commented 9 years ago

I had considered this the other day :thumbsup: