Skip to content

Commit

Permalink
revert chalk mock
Browse files Browse the repository at this point in the history
bombguy committed Dec 6, 2023
1 parent b8c417f commit b08b0de
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -2,7 +2,9 @@ import { JSONUtilities } from '../../../../amplify-cli-core/lib';
import { PluginInfo, PluginManifest, PluginPlatform } from '@aws-amplify/amplify-cli-core';
import { checkPlatformHealth, getOfficialPlugins } from '../../plugin-helpers/platform-health-check';

jest.mock('chalk');
jest.mock('chalk', () => ({
yellow: jest.fn().mockImplementation((input) => input),
}));

const corePackageJson = {
name: '@aws-amplify/cli',

0 comments on commit b08b0de

Please sign in to comment.