Contributor app tests (#143)

Adds tests for the contributor contract
This commit was merged in pull request #143.
This commit is contained in:
Haythem Sellami
2019-07-22 07:55:22 +01:00
committed by Michael Bumann
parent 4ae17aa36f
commit eb4e06edf1
17 changed files with 785 additions and 1261 deletions

View File

@@ -13,7 +13,7 @@ class Contributor {
Object.keys(attrs).forEach(a => this[a] = attrs[a]);
}
/**
/**
* Serialize object to JSON
*
* @method