Skip to content

Commit

Permalink
chore(@set-app/cli): release as 2.7.0 version
Browse files Browse the repository at this point in the history
Release-As: 2.7.0
  • Loading branch information
Francisco Leonel Moreno Eraso committed Apr 11, 2023
1 parent 3fb8e72 commit bb7dc6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/cli/src/__test__/setup-git.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ vi.mock("zx", () => ({
appendFileSync: vi.fn(),
},
}));

vi.mock("../interface/messages.js");

vi.mock("../common/paths.js", () => ({
getProjectPath: vi.fn(),
}));
Expand Down

0 comments on commit bb7dc6d

Please sign in to comment.