jshint-tap-simple https://npmjs.org/package/jshint-tap-simple You can run a jshint in your test case with only following one liner! require('jshint-tap-simple').run('*.js'); Enjoy! ということで、jshint をはしらせて TAP をはく人です。 jshint-tap ってのもあるんだけど、これは jshint の結果を TAP 形式にフォーマットしてくれるだけなんでいろいろつかいにくい。1ファイルごとにテストケースかかなきゃいけないし、現実的ではない。 jshint-tap-simple なら、glob の pattern をわたせるし、出力は colorize されててみやすいし、まあなにかといいかんじなんで