I spent more than 2 hours on the web to find the best place to store javascript unit test code. I see that karma-jasmine unit tests are best way to run javascript tests for angular code.
I have found how to make it working but play frameworks's naive directory structure has no place where to store them. Maven's approach is much better suited, but those conventions are not common use for play framework.