mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
This test for the `destroy` method in NetworkController uses `toBe` on the core side because the use of `toBeTruthy` produces a lint warning there. It doesn't here, but it's good to be consistent anyway so that comparing the differences in NetworkController tests between this extension and core is easier.