mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-22 17:33:23 +01:00
stub platform
This commit is contained in:
parent
90482934f1
commit
4e57cdf8b3
@ -62,6 +62,7 @@ const controller = new MetamaskController({
|
|||||||
showUnconfirmedMessage: noop,
|
showUnconfirmedMessage: noop,
|
||||||
unlockAccountMessage: noop,
|
unlockAccountMessage: noop,
|
||||||
showUnapprovedTx: noop,
|
showUnapprovedTx: noop,
|
||||||
|
platform: {},
|
||||||
// initial state
|
// initial state
|
||||||
initState: firstTimeState,
|
initState: firstTimeState,
|
||||||
})
|
})
|
||||||
|
@ -10,6 +10,7 @@ describe('MetaMaskController', function () {
|
|||||||
showUnconfirmedMessage: noop,
|
showUnconfirmedMessage: noop,
|
||||||
unlockAccountMessage: noop,
|
unlockAccountMessage: noop,
|
||||||
showUnapprovedTx: noop,
|
showUnapprovedTx: noop,
|
||||||
|
platform: {},
|
||||||
// initial state
|
// initial state
|
||||||
initState: clone(firstTimeState),
|
initState: clone(firstTimeState),
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user