Skip to content

Commit

Permalink
unmock deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenlouv committed Feb 22, 2022
1 parent 556ac97 commit b4c4160
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/test/e2e/module.e2e.private.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ import { getDevAccessToken } from '../private/getDevAccessToken';
import { getSandboxPath, resetSandbox } from '../sandbox';

jest.unmock('find-up');
jest.unmock('del');
jest.unmock('make-dir');

jest.setTimeout(15000);

Expand Down Expand Up @@ -45,9 +47,6 @@ describe('backport e2e', () => {
targetBranches: ['7.x'],
});

// eslint-disable-next-line no-console
console.log(res);

// @ts-expect-error
const pullRequestNumber = res.results[0].pullRequestNumber as number;

Expand Down

0 comments on commit b4c4160

Please sign in to comment.