-
Notifications
You must be signed in to change notification settings - Fork 26
Developer script "generate wallets" not working #508
Copy link
Copy link
Open
Labels
Description
The generate_wallets.js script is no longer working because a helper it depends on requires jest to run since #340.
hathor-wallet-headless/__tests__/integration/configuration/settings-fixture.js
Lines 42 to 43 in fb0ce45
| setupConfig: jest.fn().mockImplementation(() => Promise.resolve()), | |
| reloadConfig: jest.fn().mockImplementation(() => Promise.resolve()), |
There should be some way to run this script on a development environment.
Reactions are currently unavailable