Skip to content

Commit

Permalink
test: e2e not workin 1
Browse files Browse the repository at this point in the history
  • Loading branch information
dbale-altoros committed Dec 20, 2023
1 parent dcc74c8 commit ff5e392
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion e2e/autofix-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ function retrieveParams(subpath) {
function compareTextFiles(file1Path, file2Path) {
const file1Content = fs.readFileSync(file1Path, 'utf-8')
const file2Content = fs.readFileSync(file2Path, 'utf-8')

console.log('file1Content :>> ', file1Content);
console.log('file2Content :>> ', file2Content);
return file1Content === file2Content
}

Expand Down

0 comments on commit ff5e392

Please sign in to comment.