Given that code coverage does not in any way indicate you wrote GOOD tests, I am curious if a javascript karma/jasmine linter would be useful? It could perhaps check that you are following the AAA testing pattern or that you have one and only one assertion per test? Just some ideas. What are your thoughts or ideas around this?