Update Test Helpers to 0.5.6 (#2261)
* update test-helpers to 0.5.6-rc.0 * remove comment that no longer applies * fix uses of expectEvent.notEmitted * remove mocha only * update to final version * Update test/token/ERC777/ERC777.test.js Co-authored-by: Nicolás Venturo <nicolas.venturo@gmail.com> Co-authored-by: Nicolás Venturo <nicolas.venturo@gmail.com>
Showing
| ... | @@ -50,7 +50,7 @@ | ... | @@ -50,7 +50,7 @@ |
| "@openzeppelin/gsn-helpers": "^0.2.3", | "@openzeppelin/gsn-helpers": "^0.2.3", | ||
| "@openzeppelin/gsn-provider": "^0.1.10", | "@openzeppelin/gsn-provider": "^0.1.10", | ||
| "@openzeppelin/test-environment": "^0.1.4", | "@openzeppelin/test-environment": "^0.1.4", | ||
| "@openzeppelin/test-helpers": "^0.5.5", | "@openzeppelin/test-helpers": "^0.5.6", | ||
| "chai": "^4.2.0", | "chai": "^4.2.0", | ||
| "eslint": "^6.5.1", | "eslint": "^6.5.1", | ||
| "eslint-config-standard": "^14.1.1", | "eslint-config-standard": "^14.1.1", | ||
| ... | ... |
Please
register
or
sign in
to comment