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 propose to change this to only detect a function as a test if @test there is surrounded by whitespace. So the following examples should still be accepted as tests
/** * @test *@test * @test Makes sure our code works */
A function is considered a test, as long as the doc block contains
@test
, even if it is something like this:I propose to change this to only detect a function as a test if
@test
there is surrounded by whitespace. So the following examples should still be accepted as testsBut this would not
This breaks backwards compatibility, so, if implemented, has to wait for a major version up.
The text was updated successfully, but these errors were encountered: