From f7d1991ff8b9d6f54cf0c0d0baebac21d101193d Mon Sep 17 00:00:00 2001 From: dbale-altoros Date: Mon, 1 Jul 2024 16:19:54 -0300 Subject: [PATCH] autofix e2e tests5 --- e2e/autofix-test.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/e2e/autofix-test.js b/e2e/autofix-test.js index de448175..2f80e0fc 100644 --- a/e2e/autofix-test.js +++ b/e2e/autofix-test.js @@ -27,6 +27,10 @@ function compareTextFiles(file1Path, file2Path) { const file1Content = fs.readFileSync(file1Path, 'utf-8') const file2Content = fs.readFileSync(file2Path, 'utf-8') + console.log('=================================================================================') + console.log('=================================================================================') + console.log('file2Content: ', file1Content) + console.log('=================================================================================') console.log('=================================================================================') console.log('=================================================================================') console.log('=================================================================================')