sindresorhus / gulp-mocha

Run Mocha tests
MIT License
375 stars 91 forks source link

Convert objects to key value lists. Closes #167 #171

Closed rjstires closed 7 years ago

rjstires commented 7 years ago

Quick and dirty conversion of object to comma separated list key1=val1,key2=val2.

sindresorhus commented 7 years ago

This could use a test. If you move it out into a util.js file and just test the convertObjectToList function.