angular-cn/aio/tools/examples/shared
Paul Gschwendtner 57a868627f test(docs-infra): re-enable upgrade-phonecat-2-hybrid example e2e tests (#36969)
We recently disabled the e2e tests for `upgrade-phonecat-2-hybdrid`
because the switch to APF 10 caused it to fail with an uglify
error. More details in a dedicated issue here:

https://github.com/angular/angular/issues/36957.

We can re-enable the test by switching to Terser that properly
handles ES2015 syntax. Previously the rollup bundle consisted
only of ES5 output as the Angular framework packages provided
ES5 output. With APF 10, there is no ES5 output except for the
non-optimizable UMD format.

Hence we either need to downlevel code to ES5, or use Terser
that supports ES2015 syntax.

Closes #36957.

PR Close #36969
2020-05-13 16:02:29 -07:00
..
boilerplate test(docs-infra): re-enable upgrade-phonecat-2-hybrid example e2e tests (#36969) 2020-05-13 16:02:29 -07:00
package.json test(docs-infra): re-enable upgrade-phonecat-2-hybrid example e2e tests (#36969) 2020-05-13 16:02:29 -07:00
protractor.config.js build(docs-infra): use `puppeteer` to get a browser for docs examples tests (#35381) 2020-02-18 12:42:47 -08:00
tsconfig.json refactor(core): make generic mandatory for ModuleWithProviders (#36892) 2020-05-06 15:01:34 -07:00
yarn.lock test(docs-infra): re-enable upgrade-phonecat-2-hybrid example e2e tests (#36969) 2020-05-13 16:02:29 -07:00