From 99121f7de0b34ebc375fb8d213bafb917f757054 Mon Sep 17 00:00:00 2001 From: Shane Jonas Date: Mon, 23 Sep 2024 12:14:51 -0400 Subject: [PATCH] fix: linting for console-streaming --- test/e2e/run-api-specs-multichain.ts | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/test/e2e/run-api-specs-multichain.ts b/test/e2e/run-api-specs-multichain.ts index 8a66cb61b05f..9abe3c60f9e8 100644 --- a/test/e2e/run-api-specs-multichain.ts +++ b/test/e2e/run-api-specs-multichain.ts @@ -174,9 +174,7 @@ async function main() { const testCoverageResults = await testCoverage({ openrpcDocument: doc, transport, - reporters: [ - 'console-streaming', - ], + reporters: ['console-streaming'], skip: ['wallet_invokeMethod'], rules: [ new MultichainAuthorizationConfirmation({ @@ -191,9 +189,7 @@ async function main() { const testCoverageResultsCaip27 = await testCoverage({ openrpcDocument: MetaMaskOpenRPCDocument as OpenrpcDocument, transport: createCaip27DriverTransport(driver, reverseScopeMap), - reporters: [ - 'console-streaming', - ], + reporters: ['console-streaming'], skip: [ 'eth_coinbase', 'wallet_revokePermissions',