Add Unit Test

This commit is contained in:
MrDev023 2018-02-01 11:52:53 +01:00
parent 5286c07296
commit 3304c1a738
7 changed files with 44 additions and 14 deletions

View file

@ -0,0 +1,5 @@
var HelloEthSalon = artifacts.require('./HelloEthSalon.sol');
module.exports = function(deployer) {
deployer.deploy(HelloEthSalon);
};