Replies: 1 comment 4 replies
-
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Right now, vitest doesn't support
xit
form to disable a test orxdescribe
to disable a whole group. My testing methodology often leads me to write a bunch of empty tests as reminders of what I should be implementing next. With other testing framework, I usually flag them as disabled until I actually implement the tests. This highlight them in test reports which I find quite useful to get a sense of my progress. It's a little something I miss in vitest and the vitest ui.Beta Was this translation helpful? Give feedback.
All reactions