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