mirror of
https://github.com/actions/labeler.git
synced 2025-12-13 04:57:21 +00:00
Further diff reduction
This commit is contained in:
@@ -29,9 +29,6 @@ const configureInput = (
|
||||
jest
|
||||
.spyOn(core, 'getInput')
|
||||
.mockImplementation((name: string, ...opts) => mockInput[name]);
|
||||
jest
|
||||
.spyOn(core, 'getBooleanInput')
|
||||
.mockImplementation((name: string, ...opts) => mockInput[name] === true);
|
||||
};
|
||||
|
||||
afterAll(() => jest.restoreAllMocks());
|
||||
|
||||
Reference in New Issue
Block a user