diff --git a/test/_flow.js b/test/_flow.js index 63737c5..4444a5e 100644 --- a/test/_flow.js +++ b/test/_flow.js @@ -89,3 +89,6 @@ chalk.black; // $ExpectError (Can't write to readonly property) chalk.reset = 'foo'; console.log(chalk.reset); + +// `chalk/stderr` works +chalkStderr.blue('foo');