Skip to content

Commit 4105fbb

Browse files
committed
Merge branch 'master' into specfile
2 parents b95639b + f08cb64 commit 4105fbb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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
});
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
export {<%= classifiedModuleName %>Component} from './<%= dasherizedModuleName %>.component';
1+
export {<%= classifiedModuleName %>Component} from './<%= dasherizedModuleName %>.component';
2+

0 commit comments

Comments
 (0)