Skip to content

Commit

Permalink
Update test/general-cli.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
cleve-fauna authored and echo-bravo-yahoo committed Nov 22, 2024
1 parent 805385b commit 82d4fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/general-cli.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ describe("cli operations", function () {
expect(container.resolve("parseYargs")).to.have.been.calledOnce;
});

it("should exit with a helpful message if a non-existant flag is not provided", async function () {
it("should exit with a helpful message if a non-existent flag is provided", async function () {
const logger = container.resolve("logger");

// the halflight flag doesn't exist
Expand Down

0 comments on commit 82d4fa9

Please sign in to comment.