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

Support more glob patterns #69

Closed
fvanwijk opened this issue Apr 16, 2015 · 2 comments
Closed

Support more glob patterns #69

fvanwijk opened this issue Apr 16, 2015 · 2 comments

Comments

@fvanwijk
Copy link

Most of my wallaby config file and test arrays are copies from the ones in karma.conf.js.
I took me some time to get Wallaby working for some larger apps with more complex file patterns. I have the feeling that the (xxx/yyy) pattern is not supported.
When I have 'app/scripts/**/*.+(html|js)' in my files list, the js files are not loaded, but when I have two separate lines for html and js, everything works fine.

@abelnation
Copy link

grunt-style globbing please! awesome awesome tool!

@ArtemGovorov
Copy link
Member

Happy to finally add the support. Now you can use any patterns supported by glob/minimatch. Landed in IntelliJ plugin v1.0.42.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants