| 1 | const assert = require('assert') |
| 2 | const { WalletManager, getPlatformCreateKey } = require('../src') |
| 3 | const { entropy, walletAddress } = require('./helpers') |
| 4 | const { LocalStorage } = require('node-localstorage') |
nothing calls this directly
no test coverage detected