Skip to content

Commit

Permalink
fix: rename const for clarity
Browse files Browse the repository at this point in the history
Co-authored-by: Katka Pilátová <[email protected]>
  • Loading branch information
ChristopherPHolder and Tlacenka committed Feb 27, 2024
1 parent 17af69e commit db8b63e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import prompt = require('./prompt');
jest.mock('./prompt');

describe('confirmToProcess', () => {
const CONTEXT = {} as RcJson;
const EMPTY_CONTEXT = {} as RcJson;
const mockPrompt = 'Confirm should process?';
const promptParamSpy = jest.spyOn(prompt, 'promptParam');
const mockProcess = jest.fn();
Expand Down

0 comments on commit db8b63e

Please sign in to comment.