|
|
567b773242
|
Prefer const in test files (#1117)
* Removed all instances of var.
* Sorted eslintrc rules.
* Made eslint rule severity explicit.
* Now prefering const over let.
|
2018-07-26 13:25:10 -03:00 |
|
|
|
e6c15b34da
|
Remove chai-as-promised (#1116)
* Test: Remove chai-as-promised calls
* Test/Helpers: expectThrow accepts optional message
* NPM: Remove chai-as-promised
* Contracts/DestructibleMock: Fix lint
|
2018-07-26 11:53:33 -03:00 |
|
|
|
cea2a85a42
|
Remove Babel (#1074)
* Test helpers no longer rely on Babel.
* Behaviours are no longer imported.
* Removed Babel dependency.
* Fixed linter errors.
|
2018-07-18 19:37:16 -03:00 |
|
|
|
20b85be6aa
|
Ownable behavior (#929)
* added function to renounce ownership
* Provide an Ownable behavior for testing (#905)
* Fix indentation
* Convert to use should assertions
|
2018-05-08 17:33:37 -07:00 |
|