Support AVA 0.19
This patch release adds support for AVA 0.19.
A breaking change in this AVA release, is that at least one assertion is required in every test, which broke tests written using eslint-ava-rule-tester.
This release adds a t.pass() call in every test in order to avoid this error to happen.