Skip to content

Commit

Permalink
fix: linting for console-streaming
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejonas committed Sep 23, 2024
1 parent d09643b commit 99121f7
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions test/e2e/run-api-specs-multichain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand All @@ -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',
Expand Down

0 comments on commit 99121f7

Please sign in to comment.