Skip to content

Commit

Permalink
likely fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
lifeart committed Jan 13, 2022
1 parent 55db2a5 commit 33b7e7f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions test/acceptance/cli-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -464,12 +464,7 @@ describe('ember-template-lint executable', function () {
expect(path.isAbsolute(configPath)).toBeTruthy();
expect(fs.existsSync(configPath)).toBeTruthy();

let result = await run([
'--config-path',
configPath,
'--filename',
'app/templates/application.hbs',
]);
let result = await run(['app/templates/application.hbs', '--config-path', configPath]);

expect(result.exitCode).toEqual(0);
expect(result.stdout).toBeFalsy();
Expand Down

0 comments on commit 33b7e7f

Please sign in to comment.