Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] --fail-only #983

Open
2 tasks done
domdomegg opened this issue Dec 20, 2023 · 0 comments
Open
2 tasks done

[FEATURE] --fail-only #983

domdomegg opened this issue Dec 20, 2023 · 0 comments
Labels
feature a thing you'd like to see

Comments

@domdomegg
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Have you read the CONTRIBUTING guide on posting issues, and CODE_OF_CONDUCT?

  • yes I read the things

Description

In fastify/fastify#5222 I accidentally left in some { only: true } annotations from when I was running tests locally.

Usually the main use of only (I think?) is for running tests locally quickly, and they're not intended to be checked into git.

It'd be useful to have a --fail-only (to mirror --fail-todo and --fail-skip) to be run in CI where the only annotation is not expected.

Example

No response

@domdomegg domdomegg added the feature a thing you'd like to see label Dec 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature a thing you'd like to see
Projects
None yet
Development

No branches or pull requests

1 participant