test: support test.failing
#15887
Labels
bun:test
Something related to the `bun test` runner
ecosystem
Something that relates to package or framework compatibility
enhancement
New feature or request
What is the problem this feature would solve?
Add
test.failing
tobun:test
with the same behavior as Jest.What is the feature you are proposing to solve the problem?
Helps developers keep track of known bugs. This is better than
.todo
since it forces the.failing
modifier to be removed once the bug is fixed.This also brings us closer to feature parity with Jest.
What alternatives have you considered?
No response
The text was updated successfully, but these errors were encountered: