LiskArchive / lisk-elements

⚙️ Library for sending Lisk transactions from the client or server
https://lisk.io/
GNU General Public License v3.0
250 stars 64 forks source link

Add stubbing to state store tests - Closes #1084 #1100

Closed mitsuaki-u closed 5 years ago

mitsuaki-u commented 5 years ago

What was the problem?

There was no stubbing in state store testing.

How did I fix it?

Added stubbing.

How to test it?

npm test

Review checklist