From 83178f3bb8f9a4c587be0caa69c1f17707d5e37e Mon Sep 17 00:00:00 2001 From: zebpaa Date: Sun, 7 Jul 2024 16:43:27 +0400 Subject: [PATCH] just need a git push 2 --- __tests__/index.tests.js | 1 + 1 file changed, 1 insertion(+) diff --git a/__tests__/index.tests.js b/__tests__/index.tests.js index 28d6b38..1224754 100644 --- a/__tests__/index.tests.js +++ b/__tests__/index.tests.js @@ -126,6 +126,7 @@ Property 'group3' was added with value: [complex value]`; expect(gendiff(filepath1, filepath2, 'plain')).toEqual(result); }); + // test('Вывод в json', () => { // const filepath1 = getFixturePath('file1.json'); // const filepath2 = getFixturePath('file2.json');