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