Fix typo in TestRegister.js

This commit is contained in:
toby 2017-02-23 14:04:50 -05:00
parent d680b4a06f
commit 3d89881373

View file

@ -39,6 +39,8 @@
* Returns the list of tests. * Returns the list of tests.
* *
* @returns {Object[]} tests * @returns {Object[]} tests
*/
TestRegister.prototype.getTests = function() {
return this.tests; return this.tests;
}; };