Tests started: 21;
Tests finished: 21.
- clone string is ok.
- clone number is ok.
- clone date is ok.
- clone object is ok.
- clone array is ok.
- clone buffer is ok.
- clone regexp is ok.
- clone object containing array is ok.
- clone object with circular reference is ok.
- clone prototype is ok.
- clone object with no constructor is ok.
- clone object with depth argument is ok.
- maintain prototype chain in clones is ok.
- parent prototype is overriden with prototype provided is ok.
- clone object with null children is ok.
- clone instance with getter is ok.
- get RegExp flags is ok.
- clone within an apart context is ok.
- recognize Date object is ok.
- recognize Array object is ok.
- recognize RegExp object is ok.