namoscato / angular-jasmine-boilerplate

Generates boilerplate Jasmine tests from annotated AngularJS components via Dgeni
1 stars 2 forks source link

Template not respecting newline #12

Closed buckyoung closed 8 years ago

buckyoung commented 8 years ago

Run reportService.js through. In several cases, in the provide, the return statement will be on the same line as another.

    $provide.service('userService', function() {
        userServiceSpy = jasmine.createSpyObj('userService', ['']);return userServiceSpy;
    });

I have not tested controller template for this issue

buckyoung commented 8 years ago

Disregard. This was an issue with my WIP branch. Hadn't realized the usefulness of the %- vs -% in dgeni template file loops.