Meteor 1.3 test case failed with angular 1 and jasmin

We have converted our Angular + ionic Meteor 1.2 application to Meteor 1.3.2.4.

In the previous version of Meteor we were using meteor Jasmine to create test case using this method.

After the update we have successfully migrated Jasmine to mocha using this migration guide.

Now we want to use our existing test cases with 1.3.2.4 but we are
not able to execute our test case with latest migrated Jasmine.

Git Repo Link : https://github.com/mitiaptest/meteor-1.3-testcase

What are we doing wrong? How can we properly migrate out tests?