Skip to content

Commit 89dd86c

Browse files
Broccohansl
authored andcommitted
bug: added missing semicolon in class spec file (angular#587)
Fixes angular#578
1 parent 6031bb1 commit 89dd86c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

β€Žaddon/ng2/blueprints/class/files/__path__/__name__.spec.tsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ import {<%= classifiedModuleName %>} from './<%= fileName %>';
1010
describe('<%= classifiedModuleName %>', () => {
1111
it('should create an instance', () => {
1212
expect(new <%= classifiedModuleName %>()).toBeTruthy();
13-
})
13+
});
1414
});

0 commit comments

Comments
 (0)