fix contribution tests: get access to token app contracts

This commit is contained in:
2019-04-27 23:22:03 +01:00
parent 5a78a50990
commit 2cfc572cc6
2 changed files with 45 additions and 14 deletions
+5
View File
@@ -0,0 +1,5 @@
module.exports = {
Token: artifacts.require('Token.sol'),
getTokenContract: name => artifacts.require(name)
}