remove app.js test file

This commit is contained in:
haythem 2019-07-06 17:40:28 +01:00
parent 476609843d
commit 68c21a609b

View File

@ -1,5 +0,0 @@
// const Contributor = artifacts.require('Contributor.sol');
contract('Contributor', (_accounts) => {
it('should be tested');
});