MetaMask / snaps-cli

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

Clear all mocks in Jest config #103

Closed rekmarks closed 3 years ago

rekmarks commented 3 years ago

Replaces all clearAllMocks and mockClear calls with clearMocks: true in the Jest config file. Also removes some other unnecessary mock-related calls.