We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 992d7ca commit 7a46905Copy full SHA for 7a46905
src/test/backport.test.ts
@@ -1,9 +1,5 @@
1
import { findTargetBranches } from "../backport";
2
3
-jest.mock("execa", () => ({
4
- execa: jest.fn(),
5
-}));
6
-
7
const default_pattern = /^backport ([^ ]+)$/;
8
9
describe("find target branches", () => {
0 commit comments