Skip to content

Commit 7a46905

Browse files
committed
test: remove unnecessary mock
It's not longer necessary to mock away execa
1 parent 992d7ca commit 7a46905

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/test/backport.test.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
import { findTargetBranches } from "../backport";
22

3-
jest.mock("execa", () => ({
4-
execa: jest.fn(),
5-
}));
6-
73
const default_pattern = /^backport ([^ ]+)$/;
84

95
describe("find target branches", () => {

0 commit comments

Comments
 (0)