clone object unit test

This commit is contained in:
fewieden
2018-02-16 00:01:02 +01:00
parent d81d7d4f68
commit 96b2f2b3a4
2 changed files with 30 additions and 22 deletions

View File

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