6 lines
129 B
JavaScript

const Contribution = artifacts.require('Contribution.sol')
contract('Contribution', (accounts) => {
it('should be tested')
})