Making e2e tests a little faster

This commit is contained in:
Chris Troutner
2022-07-06 18:39:45 -07:00
parent b74f460a9a
commit 5c4dc21d3e
+4 -2
View File
@@ -62,8 +62,10 @@ class Adapters {
const walletData = await this.wallet.openWallet()
// console.log('walletData: ', walletData)
// Instance the wallet.
await this.wallet.instanceWallet(walletData, this.bchjs)
if (this.config.env !== 'test') {
// Instance the wallet.
await this.wallet.instanceWallet(walletData, this.bchjs)
}
console.log('Async Adapters have been started.')