Alan Agius
5ff459e700
test: remove defaultProject workspace option ( #45410 )
...
The `defaultProject` workspace option has been deprecated. The project to use will be determined from the current working directory.
See: https://github.com/angular/angular-cli/pull/22852
PR Close #45410
2022-03-24 10:49:57 -07:00
Alan Agius
52587e5b43
test: remove progress option from dev-server builder ( #43730 )
...
This change addresses the following failures
```
Schema validation failed with the following errors:
Data path "" must NOT have additional properties(progress)
```
See failures in https://app.circleci.com/pipelines/github/angular/angular/38086/workflows/7fd378bb-2c9c-4b7e-9b1e-82c9fb3ba58d/jobs/1064226
PR Close #43730
2021-10-06 09:23:59 -07:00
Alan Agius
dcacf3a09b
test: update remove deprecated builder options from Angular workspace ( #43417 )
...
`extractCss` option has been removed without replacement.
PR Close #43417
2021-09-24 10:49:39 -07:00
Pete Bacon Darwin
290bc7334d
test(localize): add compile time extraction to integration test ( #32912 )
...
The integration test for i18n now makes use of the new extraction tooling
from the `@angular/localize` package rather than the old ViewEngine extractor.
PR Close #32912
2020-06-25 14:10:03 -07:00
Filipe Silva
4e7ffbfbac
test: rename cli-hello-world-ivy-i18n to just ivy-i18n ( #33510 )
...
It's not testing CLI i18n integration, it's instead testing localize itself over CLI bundles.
PR Close #33510
2019-11-01 17:50:56 +00:00