Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(tests/e2e-evm): Restructure ABI tests for extensibility & reduce duplication #2031

Open
wants to merge 11 commits into
base: nd-implement-basic-precompile-calling
Choose a base branch
from
Prev Previous commit
chore: Disable chai assertion error truncation
Long errors are truncated and difficult to determine the issue otherwise
drklee3 committed Oct 11, 2024
commit 70f72d8c6028d63d6366d55f849f3d94d0f24212
1 change: 1 addition & 0 deletions tests/e2e-evm/hardhat.config.ts
Original file line number Diff line number Diff line change
@@ -10,6 +10,7 @@ import "hardhat-ignore-warnings";
// Chai setup
//
chai.use(chaiAsPromised);
chai.config.truncateThreshold = 0;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❤️ Idk why I didn't find this setting, so much nicer without any truncation


//
// Load HRE extensions