You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know its an edge case, but TestListener dont recognize @vcr tag, if you use it with single line comments:
Not working:
/** @vcr vcr.yaml */function testSomething
Working:
/** * @vcr vcr.yaml */function testSomething
The text was updated successfully, but these errors were encountered:
csiszarattila
changed the title
Dont recognize @vcr annotation within single line comment
Cant recognize @vcr annotation within single line comment
Feb 7, 2019
I know its an edge case, but TestListener dont recognize @vcr tag, if you use it with single line comments:
Not working:
Working:
The text was updated successfully, but these errors were encountered: