node-underscorify icon indicating copy to clipboard operation
node-underscorify copied to clipboard

How can this be used in node? (for tests)

Open timwis opened this issue 10 years ago • 0 comments

I'm writing tests to run in node.js with mocha via jsdom (following this example) and I notice node-underscorify does not have an effect when the require() is done outside of browserify (makes sense). Is there any way to run my require() through node-underscorify outside of browserify? Or am I going about testing all wrong?

timwis avatar Oct 27 '15 12:10 timwis