Running QUnit tests on TeamCity

Let’s face it, it doesn’t make sense to keep and maintain unit tests not executed on a continuous basis. In my previous post [https://thomasardal.com/an-introduction-to-qunit/], I looked at a unit test framework for JavaScript called QUnit [http://docs.jquery.com/QUnit]. While commonly used unit test…