6 lines
133 B
JavaScript
6 lines
133 B
JavaScript
// const Contributor = artifacts.require('Contributor.sol');
|
|
|
|
contract('Contributor', (_accounts) => {
|
|
it('should be tested');
|
|
});
|