From 0778c57ba693c1e24ecd5f4133f43b7b23688205 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Fri, 28 Dec 2018 12:19:37 +0100 Subject: [PATCH] Update _flow.js --- test/_flow.js | 3 +++ 1 file changed, 3 insertions(+) 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');