Skip to content

Commit

Permalink
chore: fix duplicate types import (#12973)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
  • Loading branch information
rarkins and viceice committed Dec 6, 2021
1 parent 341acf2 commit 2d50969
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/util/exec/index.spec.ts
Expand Up @@ -7,8 +7,7 @@ import { GlobalConfig } from '../../config/global';
import type { RepoGlobalConfig } from '../../config/types';
import { TEMPORARY_ERROR } from '../../constants/error-messages';
import * as dockerModule from './docker';
import type { RawExecOptions, VolumeOption } from './types';
import type { ExecOptions } from './types';
import type { ExecOptions, RawExecOptions, VolumeOption } from './types';
import { exec } from '.';

const cpExec: jest.Mock<typeof _cpExec> = _cpExec as any;
Expand Down

0 comments on commit 2d50969

Please sign in to comment.