Skip to content

Commit aff9bb9

Browse files
authored
Update ava.config.js (#1582)
1 parent 4d1cbd1 commit aff9bb9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ava.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ export default {
33
failWithoutAssertions: false,
44
environmentVariables: {
55
ts_node_install_lock: `id-${Math.floor(Math.random() * 10e9)}`,
6+
// Force jest expect() errors to generate colorized strings, makes output more readable
7+
FORCE_COLOR: '3',
68
},
79
timeout: '300s',
810
};

0 commit comments

Comments
 (0)