Skip to content

Commit

Permalink
test(client): enable hardhat logging
Browse files Browse the repository at this point in the history
  • Loading branch information
mathewmeconry committed Nov 22, 2023
1 parent 0447a48 commit 4c6079c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/client/test-environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = class CustomTestEnvironment extends TestEnvironment.default {

// disable hardhat node logging
await this.global.hardhat.provider.send('hardhat_setLoggingEnabled', [
false,
true,
]);

if (typeof this.global.TextEncoder === 'undefined') {
Expand Down

0 comments on commit 4c6079c

Please sign in to comment.