From 82d4fa91c73a2598bcc92bdef8dd2992a364ffc4 Mon Sep 17 00:00:00 2001 From: Cleve Stuart <90649124+cleve-fauna@users.noreply.github.com> Date: Fri, 22 Nov 2024 13:51:51 -0800 Subject: [PATCH] Update test/general-cli.mjs --- test/general-cli.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/general-cli.mjs b/test/general-cli.mjs index 36829cba..87508924 100644 --- a/test/general-cli.mjs +++ b/test/general-cli.mjs @@ -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