Skip to content

Commit

Permalink
Use chack.Instance
Browse files Browse the repository at this point in the history
Changed in v3.0.0
  • Loading branch information
aminya committed Jan 8, 2021
1 parent 84a2e0b commit 504b7d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/test-utils/src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export async function ncp(source: FilePath, destination: FilePath) {
// await workerFarm.end();
// when https://github.com/nodejs/node/pull/28788 is resolved.

const chalk = new _chalk.constructor({enabled: true});
const chalk = new _chalk.Instance({enabled: true});
const warning = chalk.keyword('orange');

/* eslint-disable no-console */
Expand Down

0 comments on commit 504b7d9

Please sign in to comment.