diff --git a/tests/libs/actions.uninstall.test.ts b/tests/libs/actions.uninstall.test.ts index 412ce92..9e2fe07 100644 --- a/tests/libs/actions.uninstall.test.ts +++ b/tests/libs/actions.uninstall.test.ts @@ -110,7 +110,7 @@ describe("UninstallAction", () => { }); assertSpyCall(denoExitStub, 0, { args: [1] }); }); - + it("runs with a name not recorded in dim.json or dim-lock.json and displays an error message.", async () => { const dimData: DimJSON = { fileVersion: "1.1",