Contributor app tests (#143)
Adds tests for the contributor contract
This commit was merged in pull request #143.
This commit is contained in:
@@ -13,7 +13,7 @@ class Contributor {
|
||||
Object.keys(attrs).forEach(a => this[a] = attrs[a]);
|
||||
}
|
||||
|
||||
/**
|
||||
/**
|
||||
* Serialize object to JSON
|
||||
*
|
||||
* @method
|
||||
|
||||
Reference in New Issue
Block a user