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