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

Ignore child folder with tests #33

Closed
Lipata opened this issue Oct 31, 2014 · 1 comment
Closed

Ignore child folder with tests #33

Lipata opened this issue Oct 31, 2014 · 1 comment

Comments

@Lipata
Copy link
Collaborator

Lipata commented Oct 31, 2014

Hi, guys.

I have a parent folder, containing child folders with tests, and want to exclude a single folder. I've tried using globbing pattern, but without a success.

qunit: {
    all: ['test/**/*.html', '!test/exclude/*.html']
}

I guess I can list all the child folders, but hope there is a clever way to achieve this.

Thanks in advance!

@Lipata Lipata changed the title Ignore tests in a folder Ignore child folder with tests Oct 31, 2014
@Lipata
Copy link
Collaborator Author

Lipata commented Nov 5, 2014

The code above is working, it was my error. So it can be used without any doubts.

@Lipata Lipata closed this as completed Nov 5, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant