UNPKG

@assert-equals/dappdriver

Version:

DappDriver is an e2e testing framework designed for testing decentralized applications (dApps) using MetaMask, Rainbow or Zerion

15 lines (14 loc) 792 B
import { IWallet } from '../interface/extension/wallet'; export { BackUp } from './pages/onboarding/backup'; export { Create } from './pages/onboarding/create'; export { BackUpRecoveryPhrase } from './pages/onboarding/backup-recovery-phrase'; export { ConfirmPassword } from './pages/onboarding/confirm-password'; export { ImportWallet } from './pages/onboarding/import-wallet'; export { Password } from './pages/onboarding/password'; export { RecoveryPhrase } from './pages/onboarding/recovery-phrase'; export { SelectWallets } from './pages/onboarding/select-wallets'; export { Success } from './pages/onboarding/success'; export { Verify } from './pages/onboarding/verify'; export { Welcome } from './pages/onboarding/welcome'; export declare const zerion: IWallet; export default zerion;