Description
This is more of a call to the community than an issue.
We've recently implemented a prompt (in canary) for the generator that gives you the option of having Jasmine or Mocha tests generated for your project. There is one catch, we don't have any server side Jasmine tests to generate ATM. There are client (karma & protractor) and server tests written in Mocha (which I know much better) but only client for Jasmine.
I've been fairly busy lately and could really use some help if anyone here has experience writing Jasmine tests. We simply need them to make the same assertions as the existing ones written in Mocha do, preferably with the same style if at all possible.
Also there is a bonus!!! (everyone likes bonuses 😄)
If anyone would like to extend the server and/or client Jasmine tests to cover more than the existing ones do, I'll match them in Mocha ;)