How can I correctly run one single test from a file? #876
-
Beta Was this translation helpful? Give feedback.
Answered by
connectdotz
Jun 11, 2022
Replies: 2 comments 4 replies
-
does your npm happen to be >= 7.0? If true, then this is a known issue, see #838, #852 |
Beta Was this translation helpful? Give feedback.
1 reply
-
@riskoviv added another workaround that might help - directly invoking the command to by-pass |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
riskoviv
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@riskoviv added another workaround that might help - directly invoking the command to by-pass
npm run
, see the 3rd suggestion in the comment