We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98273e5 commit c2dc593Copy full SHA for c2dc593
genkit-tools/cli/tests/utils/updates_test.ts
@@ -56,6 +56,8 @@ jest.mock('colorette', () => ({
56
green: (text: string) => text,
57
bold: (text: string) => text,
58
dim: (text: string) => text,
59
+ gray: (text: string) => text,
60
+ cyan: (text: string) => text,
61
}));
62
63
jest.mock('os', () => ({
0 commit comments