From aff9bb993c82e9e03cfa96d298ecee982ac8948e Mon Sep 17 00:00:00 2001 From: Andrew Bradley Date: Mon, 27 Dec 2021 23:41:05 -0500 Subject: [PATCH] Update ava.config.js (#1582) --- ava.config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ava.config.js b/ava.config.js index 9cf877b83..ec7a5cdc2 100644 --- a/ava.config.js +++ b/ava.config.js @@ -3,6 +3,8 @@ export default { failWithoutAssertions: false, environmentVariables: { ts_node_install_lock: `id-${Math.floor(Math.random() * 10e9)}`, + // Force jest expect() errors to generate colorized strings, makes output more readable + FORCE_COLOR: '3', }, timeout: '300s', };