From 324e5053d95154089ac537608ef71d865c3959b2 Mon Sep 17 00:00:00 2001 From: josdejong Date: Fri, 8 May 2020 21:09:00 +0200 Subject: [PATCH] Cleanup outdated TODO --- src/utils/immutableJSONPatch.test.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/utils/immutableJSONPatch.test.js b/src/utils/immutableJSONPatch.test.js index 21666de..bed9456 100644 --- a/src/utils/immutableJSONPatch.test.js +++ b/src/utils/immutableJSONPatch.test.js @@ -333,5 +333,3 @@ test('jsonpatch test (fail: value not equal)', () => { expect(result.revert).toEqual([]) expect(result.error.toString()).toEqual('Error: Test failed, value differs') }) - -// TODO: test all operations with JSONPatchOptions (not just add) \ No newline at end of file