What steps will reproduce the problem?
1. Write a TestCase or AsyncTestCase.
2. Use JSHint to lint your code.
3. Watch JSHint complain about TestCase and AsyncTestCase being used without
'new'.
What is the expected output? What do you see instead?
Identifiers starting with capitals indicate constructor functions.
Js-test-driver should provide lowercased versions of these functions or should
rename their functions (hah!).
What version of the product are you using? On what operating system?
<groupId>com.google.jstestdriver</groupId>
<artifactId>jstestdriver</artifactId>
<version>1.3.5</version>
Original issue reported on code.google.com by chris.ei...@ek3.com on 7 Feb 2013 at 9:48
Original issue reported on code.google.com by
chris.ei...@ek3.com
on 7 Feb 2013 at 9:48