Now testing events in constructors! (#1511)
* Added inTransaction tests. * Added expectEvent.inConstructor. * Changed inTransaction, removed decodeLogs. * Flipped comparison to improve the error message. * Improved expectEvent tests. * Migrated tests to use expectEvent. * Added roles constructor tests. * Fixed linter errors. * Made lodash a dev dependency. * Added more inLogs tests. * Update expectEvent.test.js * Removed lodash. * Moved role constructor tests to public role behavior. * Revert "Flipped comparison to improve the error message." This reverts commit 438c57833d997d2972a7730180a266bc3c6a87c5. * Replaced chai-as-promised with shouldFail.
Showing
| ... | ... | @@ -55,5 +55,6 @@ |
| "truffle": "^4.1.13", | ||
| "truffle-hdwallet-provider": "0.0.5", | ||
| "web3-utils": "^1.0.0-beta.34" | ||
| } | ||
| }, | ||
| "dependencies": {} | ||
| } |
test/helpers/decodeLogs.js
deleted
100644 → 0
Please
register
or
sign in
to comment