File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ export default function () {
11
11
. then ( ( ) => expectToFail ( ( ) => ng ( 'build' ) ) )
12
12
. then ( ( ) => ng ( 'update' , '@angular/cli' ) )
13
13
. then ( ( ) => ng ( 'generate' , 'component' , 'my-comp' ) )
14
- . then ( ( ) => ng ( 'test' ) )
14
+ . then ( ( ) => ng ( 'test' , '--watch=false' ) )
15
15
. then ( ( ) => ng ( 'lint' ) )
16
16
. then ( ( ) => ng ( 'build' , '--prod' ) )
17
17
. then ( ( ) => ng ( 'e2e' ) ) ;
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ export default function () {
11
11
. then ( ( ) => expectToFail ( ( ) => ng ( 'build' ) ) )
12
12
. then ( ( ) => ng ( 'update' , '@angular/cli' ) )
13
13
. then ( ( ) => ng ( 'generate' , 'component' , 'my-comp' ) )
14
- . then ( ( ) => ng ( 'test' ) )
14
+ . then ( ( ) => ng ( 'test' , '--watch=false' ) )
15
15
. then ( ( ) => ng ( 'lint' ) )
16
16
. then ( ( ) => ng ( 'build' , '--prod' ) )
17
17
. then ( ( ) => ng ( 'e2e' ) ) ;
You can’t perform that action at this time.
0 commit comments