Re-enable solidity coverage
- Upgrade version - Re-enable in travis.yml - Move mocks to contracts folder for instrumentation
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
const assertRevert = require('./helpers/assertRevert');
|
||||
|
||||
var BasicTokenMock = artifacts.require('./mocks/BasicTokenMock.sol');
|
||||
var BasicTokenMock = artifacts.require('mocks/BasicTokenMock.sol');
|
||||
|
||||
contract('BasicToken', function (accounts) {
|
||||
it('should return the correct totalSupply after construction', async function () {
|
||||
|
||||
Reference in New Issue
Block a user