Maven plugins to analyze javascript code quality

后端 未结 10 2081
清歌不尽
清歌不尽 2020-12-24 08:00

Javascript code can be tough to maintain.
I am looking for tools that will help me ensure a reasonable quality level.
So far I have found JsUNit, a very nice unit te

10条回答
  •  天命终不由人
    2020-12-24 08:20

    This is an old thread, but if you're interested in running Jasmine for BDD testing in your maven project, I wrote this jasmine-maven-plugin for exactly this purpose (that is, improving JS quality by encouraging TDD of it).

    http://github.com/searls/jasmine-maven-plugin

提交回复
热议问题