Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: improve unexpected warnings error
If someone adds an `expectsWarning` listener without handling all warning triggered in that test file, it'll result in a cryptic error message. This improves the situation by providing an explicit error about the unexpected warning.
- Loading branch information