JSONPatcherProxy icon indicating copy to clipboard operation
JSONPatcherProxy copied to clipboard

Move method deepClone() to tests

Open warpech opened this issue 6 years ago • 0 comments

The library contains a static method deepClone, which is only used to support tests. This method should be moved to a test helper, or completely replaced with JSON.parse(JSON.stringify()) which should be sufficient for the use cases.

warpech avatar Jun 06 '19 11:06 warpech