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