Nicolás Venturo
|
8d11dcc0e5
|
Increase testing coverage (#1195)
* Added non-target bounty test
* Increased ERC721 testing coverage.
* Addressed review comments.
* fix linter error
* Fixed linter error
* Removed unnecessary bouncer require
* Improved Crowdsale tests.
* Added missing SuperUser test.
* Improved payment tests.
* Improved token tests.
* Fixed ERC721 test.
* Reviewed phrasing.
|
7 years ago |
Nicolás Venturo
|
ba85aef95e
|
Renamed behaviour to behavior. (#1151)
|
7 years ago |
Nicolás Venturo
|
4544df47da
|
All tests now use account names, and dont use accounts[0] (except ERC… (#1137)
* All tests now use account names, and dont use accounts[0] (except ERC721)
* Added account names to some missing contracts.
|
7 years ago |
Nicolás Venturo
|
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.
|
7 years ago |
Nicolás Venturo
|
cea2a85a42
|
Remove Babel (#1074)
* Test helpers no longer rely on Babel.
* Behaviours are no longer imported.
* Removed Babel dependency.
* Fixed linter errors.
|
7 years ago |
Alen
|
5326e7c36e
|
Removed redundant modifiers from CappedToken. (#969)
|
7 years ago |
Facundo Spagnuolo
|
9f52e94339
|
Move ERC20 tests to ERC20 custom folder (#772)
|
7 years ago |
Matt Condon
|
f4228f1b49
|
fix: reference contract name rather than filepath (#698)
|
7 years ago |
Facundo Spagnuolo
|
b925b2dae6
|
Organize test files following contracts folders structure
|
7 years ago |
Matt Condon
|
d07bdccc0c
|
feat: manually fix linting errors across tests
|
7 years ago |
Matt Condon
|
58abd66969
|
feat: rename all test files to include .test.js postfix
|
7 years ago |
Matt Condon
|
8662846838
|
feat: apply eslint --fix across project
|
7 years ago |
Francisco Giordano
|
12303ceaf5
|
fix treatment of bignumber in CappedToken test
|
7 years ago |
Chris Whinfrey
|
61b5921ab2
|
Fix typo
|
7 years ago |
Chris Whinfrey
|
575372f660
|
Add Capped Token tests
|
7 years ago |