andymantell / node-wpautop

A Node.js port of Wordpress' wpautop() function
GNU General Public License v2.0
16 stars 7 forks source link

Fix an overlooked call to phpjs #3

Closed mttmzr closed 8 years ago

mttmzr commented 8 years ago

I and SublimeText (probably just I) must have been blind yesterday. There was on call to phpjs left, which is quite awkward. Sorry for that!

andymantell commented 8 years ago

No worries. That's a deficiency of the test suite really - clearly if it had sufficient coverage it would have caught this. Maybe I'll get eslint into the build later as a quick solution for trapping this sort of thing.