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

File matching 2 patterns doesn't match the first pattern like the docs say #1499

Closed
Robin-Hoodie opened this issue Jul 16, 2015 · 3 comments
Closed

Comments

@Robin-Hoodie
Copy link

See http://stackoverflow.com/questions/31452862/testing-angular-with-karma-file-ordering/31454420#31454420 + my own answer for the (possible) issue

@dignifiedquire
Copy link
Member

Thanks for the report, will try to find out what is going on asap

@synarque
Copy link

I have it as well :

"app/scripts/elportalapp.js",
"app/scripts//*.js",
"test/mock/
/.js",
"test/spec/**/
.js"

'/base/app/scripts/elportalapp.js': '2297e40af2d6c5cf6b06a355d867c3875bd39b1f', '/base/app/scripts/controllers/aceselector.js': '158b2c676e2f19db05248efdc07f3d713275aa40',
other stuff,
'/base/app/scripts/directives/workflowchart.js': 'dd1f0a23944895fc7fd999905f53e82f857052b4', '/base/app/scripts/elportalapp.js': '2297e40af2d6c5cf6b06a355d867c3875bd39b1f', '/base/app/scripts/factories/approvals.js': '52267989c9a86f9225fea6f0e1464d7e9ed2f5cc',

dignifiedquire added a commit that referenced this issue Jul 16, 2015
This was a regression from the file-list refactoring

Closes #1498, #1499
@dignifiedquire
Copy link
Member

Fix was released in 0.13.1

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