add proposal app tests

This commit is contained in:
2019-05-04 22:57:23 +01:00
parent 2cfc572cc6
commit 314153f6e7
8 changed files with 2229 additions and 1320 deletions

View File

@@ -0,0 +1,5 @@
module.exports = {
Contributor: artifacts.require('Contributor.sol'),
getContributorContract: name => artifacts.require(name)
}