sc0Vu / vuethwallet

A simple app generate ethereum wallet with vuejs.
https://vuethwallet.web3p.xyz/
MIT License
59 stars 28 forks source link

Fix tests not execute #16

Closed sc0Vu closed 7 years ago

sc0Vu commented 7 years ago

Due to some test write without done, the test in nextTick didn't execute.

This pr try to fix the issue.