タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

jenkinsとjshintに関するoinumeのブックマーク (1)

  • jshint-tap-simple - tokuhirom's blog

    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 されててみやすいし、まあなにかといいかんじなんですわ。

  • 1