Potential bug during test execution #3767
-
Hi, I have a problem with the test execution. Here is the test in question:
The problem is that only the last test is executed. Even if I just run an I also have another strange behavior, I run the tests with the node command with:
when I do Crtl+s several times, the behavior often happens, that is, the last test is executed, not the first. Then sometimes both. This is a very fresh project, below I share my package.json
Additional informationNode 18.3.0 Can you help me? Thank you in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Have you tried commenting out |
Beta Was this translation helpful? Give feedback.
Have you tried commenting out
runFailedTests(),
in theplugins
prop oftests/bootstrap.ts
?