Skip to content

Commit

Permalink
autofix e2e tests3
Browse files Browse the repository at this point in the history
  • Loading branch information
dbale-altoros committed Jul 1, 2024
1 parent 00325ef commit 79ecd10
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions e2e/autofix-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,13 @@ describe('e2e', function () {
;({ code, stdout } = shell.exec(
`${params.command} ${params.param1} -c ${currentConfig} ${currentFile} --fix --disc --noPrompt`
))

console.log('=================================================================================');
console.log('=================================================================================');
console.log('=================================================================================');
console.log('currentFile :>> ', currentFile);
console.log('=================================================================================');
console.log('=================================================================================');
console.log('=================================================================================');
result = compareTextFiles(currentFile, afterFixFile)
expect(result).to.be.true
})
Expand All @@ -603,7 +609,7 @@ describe('e2e', function () {
expect(result).to.be.true
})
})
describe('autofix rule: imports-order Foo2', () => {
xdescribe('autofix rule: imports-order Foo2', () => {
before(function () {
params = retrieveParams('imports-order/')
currentConfig = `${params.path}${params.subpath}.solhint.json`
Expand Down

0 comments on commit 79ecd10

Please sign in to comment.