truffle-assertions
Advanced tools
Comparing version 0.8.0 to 0.8.1
{ | ||
"name": "truffle-assertions", | ||
"version": "0.8.0", | ||
"version": "0.8.1", | ||
"description": "Additional assertions and utilities for testing Ethereum smart contracts in Truffle unit tests", | ||
@@ -48,5 +48,5 @@ "main": "index.js", | ||
"mocha": "^5.2.0", | ||
"nyc": "^13.0.1", | ||
"nyc": "^13.3.0", | ||
"sinon": "^7.1.1" | ||
} | ||
} |
@@ -28,4 +28,5 @@ # truffle-assertions | ||
I also gave a talk at TruffleCon 2018 that explains a few different use cases of the library: | ||
* [TruffleCon 2018: Using events to unit test smart contracts with Truffle](https://www.youtube.com/watch?v=0yjlU1vx0HM) ([Slides](/docs/trufflecon-2018-presentation-slides.pdf)) | ||
I also gave a two talks that explain a few different use cases of the library: | ||
* [TruffleCon 2018: Using events to unit test smart contracts with Truffle](https://youtu.be/0yjlU1vx0HM) ([Slides](/docs/trufflecon-2018-presentation-slides.pdf)) | ||
* [EthCC 201: Using events to unit test smart contracts](https://youtu.be/GON3qyFdUtE) ([Slides](/docs/ethcc-2019-presentation-slides.pdf)) | ||
@@ -32,0 +33,0 @@ ## Exported functions |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17742
223