8000 test(generated test): remove almost passing spec · jensWorkGit/angular-cli@daa3b3d · GitHub
[go: up one dir, main page]

Skip to content

Commit daa3b3d

Browse files
committed
test(generated test): remove almost passing spec
1 parent 1f21582 commit daa3b3d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

addon/ng2/blueprints/ng2/files/src/app/__name__.spec.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,5 @@ describe('App: <%= jsComponentName %>', () => {
1414
expect(app.meaningOfLife(22)).toBe('The meaning of life is 22');
1515
}));
1616
});
17-
18-
it('should be almost passing', function() {
19-
expect(1 + 1).toBe(1);
20-
});
2117
});
2218

0 commit comments

Comments
 (0)
0