Skip to content

Commit

Permalink
chore: Disable chai assertion error truncation
Browse files Browse the repository at this point in the history
Long errors are truncated and difficult to determine the issue otherwise
  • Loading branch information
drklee3 committed Oct 11, 2024
1 parent 1d98340 commit 70f72d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/e2e-evm/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import "hardhat-ignore-warnings";
// Chai setup
//
chai.use(chaiAsPromised);
chai.config.truncateThreshold = 0;

//
// Load HRE extensions
Expand Down

0 comments on commit 70f72d8

Please sign in to comment.