It's OK now, I understand what I did... I didn't encapsulate my services test beforeEach in a describe function... so it hide the real problem: I didn't add all the dependencies in my karma.conf.js...
I will describe it in my post on stackOverflow ;) Thx for your questions guys, it help me to figure out the solution!! Yannick On Tue, May 20, 2014 at 10:46 AM, Yannick Chartois < [email protected]> wrote: > @Filipe: sorry it took more time than expected, here is the repo: > https://github.com/ychartois/HelpMeApp > > it works with grunt/bower/node, if you already have those tools installed > you just have to clone it, go in the project/ folder and: > - npm install > - grunt test > > @Garry: you have all the folder hierarchy on the repo :) > > Preparing that fake project I notice something weird, if I remove the > test/ui/unit/core/services/core.js it's worst.... oO I wil investigate that > a bit more, but any suggestion is welcome !!! > > Thx for your help guys :) > > Yannick > > PS: the weird organisation of the files come from the fact that my app is > a Play! framework/AngularJS app, and I organise the file to regroup some > conf files... > > > > On Mon, May 19, 2014 at 3:00 PM, Garry Taylor <[email protected]> wrote: > >> You say that you have your controllers loaded into separate files. Where >>> is the location of the controllers. Looking at the example on StackOverflow >>> this appears to be in the /Scripts/ folder however Karma is only loading >>> app/modules from this location.. >>> >> >> Regards, >> >> Garry Taylor >> >> -- >> You received this message because you are subscribed to a topic in the >> Google Groups "AngularJS" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/angular/wQWTJeLb0_U/unsubscribe. >> To unsubscribe from this group and all its topics, send an email to >> [email protected]. >> To post to this group, send email to [email protected]. >> Visit this group at http://groups.google.com/group/angular. >> For more options, visit https://groups.google.com/d/optout. >> > > -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
