MetaMask / snaps-cli

A CLI for developing MetaMask plugins.
ISC License
37 stars 26 forks source link

Improve mock snap provider #134

Closed rekmarks closed 3 years ago

rekmarks commented 3 years ago

This PR adds a mock request method and all of the EventEmitter methods to the mock wallet provider object in eval-worker.ts. These were previously missing, and made it fail example snaps that should succeed.