Skip to content

Commit

Permalink
Fix tests when running coverage (#903)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericglau authored Oct 20, 2023
1 parent fbbdee5 commit 4504c50
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/ava.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ module.exports = {
environmentVariables: {
FORCE_COLOR: '0',
},
timeout: '30s',
};
3 changes: 3 additions & 0 deletions packages/plugin-hardhat/ava.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@ module.exports = {
serial: true,
failWithoutAssertions: false,
snapshotDir: '.',
environmentVariables: {
FORCE_COLOR: '0',
},
};

0 comments on commit 4504c50

Please sign in to comment.