Skip to content

Commit

Permalink
autofix e2e tests5
Browse files Browse the repository at this point in the history
  • Loading branch information
dbale-altoros committed Jul 1, 2024
1 parent 35adc1b commit f7d1991
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions e2e/autofix-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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('=================================================================================')
Expand Down

0 comments on commit f7d1991

Please sign in to comment.