Jason Bedard
Jason Bedard
This runs the legacy-cli/e2e tests via bazel using the bazel built npm packages from `packages/**`. After all the pre-factors it's mainly just build config and a few code changes to...
This is a first shot at #3227. This does not invoke `deferredTick` anywhere else yet.
Today each promise operation has it's own `setTimeout` creating many async events. The aplus spec allows promise operations to be grouped (see [note 3.1](https://promisesaplus.com/#point-67)) and the operations also don't have...
I'd like to still copy some tests from esbuild to rollup (and maybe the other direction) to ensure they are aligned where possible. I'd like to also move anything that...
# 🐞 bug report ### Affected Rule `yarn_install` ### Is this a regression? I assume it always existed ### Description `yarn_install(data)` changes do not trigger yarn to re-run ## 🔬...
This adds an extra indirect dependency to the `npm_link_package` test to ensure indirect deps are passed along to runtime. The second commit adds an esm version of that test. Basically...
Extension of https://github.com/angular/angular-cli/pull/23074 to get running on windows while keeping that one green.
The NPM packages to test must be specified via --package instead of invoking the build from within the e2e tests This means the packages must be built before tested. This...
I had a case of something else above throwing and it was hidden due to this.
This makes my test of 500 basic files about 2x faster, going from a fairly consistent 7.5-8 to 3.5-4. Those 500 files are just `expect(true).toBeTrue()` so the time invoking tests...