File tree 2 files changed +2
-2
lines changed
packages/angular-cli/blueprints
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import <%= classifiedModuleName %>Module from './<%= dasherizedModuleName %>.mod
5
5
6
6
describe ( '<%= classifiedModuleName %>Module' , ( ) => {
7
7
let < %= camelizedModuleName % > Module ;
8
-
8
+
9
9
beforeEach ( ( ) => {
10
10
< %= camelizedModuleName % > Module = new < %= classifiedModuleName % > Module ( ) ;
11
11
} ) ;
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.
19
19
20
20
## Running end-to-end tests
21
21
22
- Run ` ng e2e ` to execute the end-to-end tests via [ Protractor] ( http://www.protractortest.org/ ) .
22
+ Run ` ng e2e ` to execute the end-to-end tests via [ Protractor] ( http://www.protractortest.org/ ) .
23
23
Before running the tests make sure you are serving the app via ` ng serve ` .
24
24
25
25
## Deploying to Github Pages
You can’t perform that action at this time.
0 commit comments