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
Naming a test TEST(<something>, constructor) results in this error when scanning for tests: Cannot read property 'indexOf' of undefined.
Renaming to TEST(<something>, constructor1) restores functionality.
The text was updated successfully, but these errors were encountered:
Naming a test
TEST(<something>, constructor)
results in this error when scanning for tests:Cannot read property 'indexOf' of undefined
.Renaming to
TEST(<something>, constructor1)
restores functionality.The text was updated successfully, but these errors were encountered: