jest-community / jest-editor-support

A module for handling editor to jest integration
MIT License
28 stars 21 forks source link

fix return statement without argument crash #52

Closed connectdotz closed 3 years ago

connectdotz commented 3 years ago

fix parsing error for no argument return statement: return;

connectdotz commented 3 years ago

@firsttris do you have a few minutes to review this?

connectdotz commented 3 years ago

regarding coverage decrease: looking at the detailed report, the src coverage has not changed but the overall coverage reduced due to the removal of fixures, which should not have been included anyway.