-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
add .mochaignore #2036
Comments
absolutely a good idea, but probably won't get implemented before #1969 unless there's a PR. |
I want to make PR for this, do you have any wishes about how it should looks like? |
A couple thoughts/questions (EDIT: I can answer these since I'm more familiar than I was back when I asked...):
|
since #1969 is still basically nowhere, a PR for this would be helpful. |
Is the idea to allow a configuration as megagon suggested? Something like
?
Should they show as pending, or as they do not exists? |
As of v6, this is implemented as the {
"excludes": [
"some-glob/**",
"some-other-glob/*.derp"
]
} I think that we could alias the |
Would prefer we don't support FWIW, ESLint is moving in the direction of dropping its "ignore" file. |
Pre-Mocha-6, this might have been attractive, but now it's just an extra file to process with no benefit not already available. Close as "wontfix" IMO. |
Cool, I did not know the exclude option was already implemented. Then I agree, this should be closed |
I'm cool with an |
Closing this because we already support this behavior in |
Please add .mochaignore file same as .gitignore
to ignore some files
yes i know there is
.skip
for tests but it would be good to ignore dirs or files with utils and configsThe text was updated successfully, but these errors were encountered: