rkalis / truffle-assertions

🛠 Assertions and utilities for testing Ethereum smart contracts with Truffle unit tests
https://kalis.me/check-events-solidity-smart-contract-test-truffle/
MIT License
154 stars 20 forks source link

Made indentation on getPrettyEmittedEventsString customisable #18

Closed ItsNickBarry closed 5 years ago

ItsNickBarry commented 5 years ago

I've removed the indentation from getPrettyEmittedEventsString by default, but also added an option for user-specified indentation.

17