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