mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-17 11:03:53 +08:00
test: disable ng test watch mode in e2e
This commit is contained in:
parent
4f350cbfe0
commit
c8fc0c6c8d
@ -11,7 +11,7 @@ export default function () {
|
||||
.then(() => expectToFail(() => ng('build')))
|
||||
.then(() => ng('update', '@angular/cli'))
|
||||
.then(() => ng('generate', 'component', 'my-comp'))
|
||||
.then(() => ng('test'))
|
||||
.then(() => ng('test', '--watch=false'))
|
||||
.then(() => ng('lint'))
|
||||
.then(() => ng('build', '--prod'))
|
||||
.then(() => ng('e2e'));
|
||||
|
@ -11,7 +11,7 @@ export default function () {
|
||||
.then(() => expectToFail(() => ng('build')))
|
||||
.then(() => ng('update', '@angular/cli'))
|
||||
.then(() => ng('generate', 'component', 'my-comp'))
|
||||
.then(() => ng('test'))
|
||||
.then(() => ng('test', '--watch=false'))
|
||||
.then(() => ng('lint'))
|
||||
.then(() => ng('build', '--prod'))
|
||||
.then(() => ng('e2e'));
|
||||
|
Loading…
x
Reference in New Issue
Block a user