Open neriyarden opened 4 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 96.34%. Comparing base (
93a6ab9
) to head (6120e73
). Report is 23 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@G-Rath Good catch and thanks for the review 🙂
I removed the space after the await
in the fixer and updated the tests.
I also added a test cade for the example you gave (await(getByIcon('search'))
)
Let me know what you think:)
Checks
Changes
Do we want to remove the
async
from the test callback when there's no otherawait
s in it?Context
Fixes an item in #202