Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nvyasadobe committed Jun 10, 2024
1 parent 4296d6d commit e842bc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/api-mesh/__tests__/create.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jest.mock('../../../helpers', () => ({
jest.mock('../../../lib/devConsole');
jest.mock('chalk', () => ({
red: jest.fn(text => text), // Return the input text without any color formatting
bold: jest.fn(text => text)
bold: jest.fn(text => text),
}));

let logSpy = null;
Expand Down

0 comments on commit e842bc6

Please sign in to comment.