Skip to content

Commit

Permalink
fix execute command in ts app test
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Aug 18, 2022
1 parent e28d901 commit 726c163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/scenarios/typescript-app-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ tsAppScenarios
});

test(`yarn ember test`, async function (assert) {
let result = await app.execute(`yarn ember test`);
let result = await app.execute(`ember test`);
assert.equal(result.exitCode, 0, result.output);
});
});
Expand Down

0 comments on commit 726c163

Please sign in to comment.