WIP: Run tests on CI #152

Closed
raucao wants to merge 10 commits from dev/run_tests_on_ci into master
Showing only changes of commit 68c21a609b - Show all commits

View File

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