Skip to content

Commit

Permalink
likely fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
lifeart committed Apr 27, 2023
1 parent 5eb83ec commit 9073166
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 @@ -502,12 +502,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]);

Check failure on line 505 in test/acceptance/cli-test.js

View workflow job for this annotation

GitHub Actions / Node 18.x - ubuntu

'run' is not defined

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

0 comments on commit 9073166

Please sign in to comment.