Skip to content

Commit c557297

Browse files
authored
test: dont use logging for tests (#920)
Signed-off-by: Tomás Migone <[email protected]>
1 parent 0352cdc commit c557297

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/contracts/test/unit/lib/fixtures.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ export class NetworkFixture {
8989
skipConfirmation: true,
9090
forceDeploy: true,
9191
l2Deploy: l2Deploy,
92+
enableTxLogging: false,
9293
},
9394
)
9495
}

0 commit comments

Comments
 (0)