From 4c6079c3d015cd1d8f91f32323a8ce98296aa727 Mon Sep 17 00:00:00 2001 From: Mathias Scherer Date: Wed, 22 Nov 2023 15:57:06 +0100 Subject: [PATCH] test(client): enable hardhat logging --- modules/client/test-environment.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/client/test-environment.ts b/modules/client/test-environment.ts index 7326ce5af..963516c03 100644 --- a/modules/client/test-environment.ts +++ b/modules/client/test-environment.ts @@ -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') {