SuiteTest: Added unit tests for js/class.js

This commit is contained in:
Rodrigo Ramírez Norambuena
2017-07-25 21:36:30 -04:00
parent bf24ee369f
commit 5ac20cc4cf
3 changed files with 58 additions and 1 deletions

View File

@@ -90,4 +90,9 @@ function cloneObject(obj) {
}
/*************** DO NOT EDIT THE LINE BELOW ***************/
if (typeof module !== "undefined") { module.exports = Class; }
if (typeof module !== "undefined") {
module.exports = Class;
module.exports._test = {
cloneObject: cloneObject
}
}