diff options
Diffstat (limited to 'test/stub/first-time-state.js')
-rw-r--r-- | test/stub/first-time-state.js | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/test/stub/first-time-state.js b/test/stub/first-time-state.js new file mode 100644 index 000000000..c9d5a4fe9 --- /dev/null +++ b/test/stub/first-time-state.js @@ -0,0 +1,14 @@ + +// test and development environment variables +const { createTestProviderTools } = require('../stub/provider') +const providerResultStub = {} +const provider = createTestProviderTools({ scaffold: providerResultStub }).provider +// +// The default state of MetaMask +// +module.exports = { + config: {}, + NetworkController: { + provider, + }, +} |