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 () {
1111 . then ( ( ) => expectToFail ( ( ) => ng ( 'build' ) ) )
1212 . then ( ( ) => ng ( 'update' , '@angular/cli' ) )
1313 . then ( ( ) => ng ( 'generate' , 'component' , 'my-comp' ) )
14- . then ( ( ) => ng ( 'test' ) )
14+ . then ( ( ) => ng ( 'test' , '--watch=false' ) )
1515 . then ( ( ) => ng ( 'lint' ) )
1616 . then ( ( ) => ng ( 'build' , '--prod' ) )
1717 . then ( ( ) => ng ( 'e2e' ) ) ;
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ export default function () {
1111 . then ( ( ) => expectToFail ( ( ) => ng ( 'build' ) ) )
1212 . then ( ( ) => ng ( 'update' , '@angular/cli' ) )
1313 . then ( ( ) => ng ( 'generate' , 'component' , 'my-comp' ) )
14- . then ( ( ) => ng ( 'test' ) )
14+ . then ( ( ) => ng ( 'test' , '--watch=false' ) )
1515 . then ( ( ) => ng ( 'lint' ) )
1616 . then ( ( ) => ng ( 'build' , '--prod' ) )
1717 . then ( ( ) => ng ( 'e2e' ) ) ;
You can’t perform that action at this time.
0 commit comments