Test setup helper added (#1482)

* signing prefix added

* Minor improvement

* Tests changed

* Successfully tested

* Minor improvements

* Minor improvements

* Revert "Dangling commas are now required. (#1359)"

This reverts commit a6889776f4.

* updates

* fixes #1404

* approve failing test

* suggested changes done

* ISafeERC20 removed

* conflict fixes

* fixes #1205

* minor change

* suggested changes

* reviewed changes

* final update
This commit is contained in:
Aniket
2018-12-07 22:02:48 +05:30
committed by Nicolás Venturo
parent 5caecf548c
commit 70fd243e3b
56 changed files with 65 additions and 227 deletions

View File

@ -1,8 +1,7 @@
const AddressImpl = artifacts.require('AddressImpl');
const SimpleToken = artifacts.require('SimpleToken');
require('chai')
.should();
require('../helpers/setup');
contract('Address', function ([_, anyone]) {
beforeEach(async function () {