Skip to content

Commit

Permalink
autofix e2e test14
Browse files Browse the repository at this point in the history
  • Loading branch information
dbale-altoros committed Jul 17, 2024
1 parent 22aca44 commit f7d7126
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 50 deletions.
40 changes: 0 additions & 40 deletions docs/rules/naming/import-order.md

This file was deleted.

20 changes: 10 additions & 10 deletions e2e/autofix-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@ function compareTextFiles(file1Path, file2Path) {
const file1Content = fs.readFileSync(file1Path, 'utf-8')
const file2Content = fs.readFileSync(file2Path, 'utf-8')

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

Expand Down

0 comments on commit f7d7126

Please sign in to comment.