Skip to content

Commit 22a897d

Browse files
committed
bug: added missing semicolon in class spec file
Fixes #578
1 parent 6031bb1 commit 22a897d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)