Skip to content

Commit

Permalink
Update ava.config.js (#1582)
Browse files Browse the repository at this point in the history
  • Loading branch information
cspotcode authored Dec 28, 2021
1 parent 4d1cbd1 commit aff9bb9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ava.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
};

0 comments on commit aff9bb9

Please sign in to comment.