v0.5.0
This release brings our support for the Playwright test runner up to par and fixes a false positive.
Update matcher list
We now will warn about missing await
s for all Playwright test matchers. This means a more pleasant development experience for Playwright test users.
Fix false positive
We no longer war warn about missing awaits when returning from an arrow function. This fixes a false positive that was identified in issue #21.
Special thanks to @mskelton! 💯