Closed amalgupta08 closed 6 years ago
Thanks for your contribution! 0.0.16 was just released!
I see some problems with this, will come back to you soon.
Thanks for reviewing the PR. Please let me know the problems.
I found 2 problems after I merged the PR this plugin
Sorry for coming back to you just so late.
Added a function which will search for keywords like
describe
,describe.only
,describe
,suite
,suite.only
, etc in the file. Earlier onlydescribe
was checked, therefore if the file containsdescribe.only
or say there is a space after describe like,describe ('test', ()=>{})
the test were throwing error. After this commit these situations will be handled.