We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d1cbd1 commit aff9bb9Copy full SHA for aff9bb9
ava.config.js
@@ -3,6 +3,8 @@ export default {
3
failWithoutAssertions: false,
4
environmentVariables: {
5
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',
8
},
9
timeout: '300s',
10
};
0 commit comments