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
When jest--current-defun finds a function jest is called with a command line like jest file.test.js::functionName. To my understanding the :: syntax is unknown to jest so matching tests will never be found. jest --testNamePattern=<regex> should be used instead.
The text was updated successfully, but these errors were encountered:
When
jest--current-defun
finds a function jest is called with a command line likejest file.test.js::functionName
. To my understanding the::
syntax is unknown to jest so matching tests will never be found. jest--testNamePattern=<regex>
should be used instead.The text was updated successfully, but these errors were encountered: