Skip to content

Commit

Permalink
test: remove unnecessary mock
Browse files Browse the repository at this point in the history
It's not longer necessary to mock away execa
  • Loading branch information
korthout committed Aug 12, 2023
1 parent 992d7ca commit 7a46905
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/test/backport.test.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
import { findTargetBranches } from "../backport";

jest.mock("execa", () => ({
execa: jest.fn(),
}));

const default_pattern = /^backport ([^ ]+)$/;

describe("find target branches", () => {
Expand Down

0 comments on commit 7a46905

Please sign in to comment.