We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6031bb1 commit 22a897dCopy full SHA for 22a897d
addon/ng2/blueprints/class/files/__path__/__name__.spec.ts
@@ -10,5 +10,5 @@ import {<%= classifiedModuleName %>} from './<%= fileName %>';
10
describe('<%= classifiedModuleName %>', () => {
11
it('should create an instance', () => {
12
expect(new <%= classifiedModuleName %>()).toBeTruthy();
13
- })
+ });
14
});
0 commit comments