Skip to content

Cant recognize @vcr annotation within single line comment #35

Open
@csiszarattila

Description

@csiszarattila

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions