angular/packages/zone.js/test
Alan Agius 54fe7ca055 build: use link: instead of file: (#63111)
When using `file:` renovate updates fails due to ` ERR_PNPM_LINKED_PKG_DIR_NOT_FOUND ` this is due to a different behaviour between `link:` amd `file:`. `link:` however will not fail when the directory does not exist.

PR Close #63111
2025-08-12 09:37:54 -07:00
..
assets refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
browser build: migrate zone.js tests to use web test runner instead of karma web tests (#62826) 2025-07-28 14:18:45 +02:00
closure build: remove ts_project_interop infrastructure (#62908) 2025-07-31 09:12:58 +00:00
common build: migrate zone.js tests to use web test runner instead of karma web tests (#62826) 2025-07-28 14:18:45 +02:00
extra refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
jest build: update jest monorepo to v30 (#62234) 2025-06-24 10:49:30 +00:00
node build: migrate zone.js to use ts_project instead of ts_library (#62673) 2025-07-17 13:59:37 -04:00
npm_package build: move from using rollup to esbuild for bundling zone.js (#62775) 2025-07-25 16:53:00 +02:00
patch refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
performance refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
promise fix(zone.js): Promise.resolve(subPromise) should return subPromise (#53423) 2023-12-11 10:55:12 -08:00
rxjs refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
typings build: use link: instead of file: (#63111) 2025-08-12 09:37:54 -07:00
vitest fix(zone.js): waitForAsync should pass args to the test function (#61755) 2025-06-09 11:22:22 -07:00
webdriver refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
zone-spec refactor(zone.js): Add internal implementation for auto ticking fakeAsync (#62135) 2025-08-08 08:39:24 -07:00
browser-env-setup.ts refactor(zone.js): updates fake polyfill to remove top-level side effect (#53443) 2024-03-15 18:11:34 -07:00
browser-zone-setup.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
browser_disable_wrap_uncaught_promise_rejection_entry_point.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
browser_disable_wrap_uncaught_promise_rejection_setup.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
browser_entry_point.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
browser_es2015_entry_point.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
browser_shadydom_entry_point.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
browser_shadydom_setup.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
browser_symbol_setup.ts fix(zone.js): disable wrapping unhandled promise error by default (#52492) 2023-11-03 09:33:20 -07:00
BUILD.bazel build: remove ts_project_interop infrastructure (#62908) 2025-07-31 09:12:58 +00:00
common_tests.ts build: move from using rollup to esbuild for bundling zone.js (#62775) 2025-07-25 16:53:00 +02:00
fake_entry.js
jasmine-patch.spec.ts build: move from using rollup to esbuild for bundling zone.js (#62775) 2025-07-25 16:53:00 +02:00
karma_test.bzl build: remove ts_project_interop infrastructure (#62908) 2025-07-31 09:12:58 +00:00
main.ts build: remove usages of runtime_rnjs_interop (#62908) 2025-07-31 09:12:58 +00:00
mocha-patch.spec.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
node-env-setup.ts refactor(zone.js): update Node test entry point to call patch functions (#53443) 2024-03-15 18:11:34 -07:00
node_bluebird_entry_point.init.ts refactor(zone.js): remove unused jasmine globalerror monkey patching. (#63077) 2025-08-11 16:41:09 -07:00
node_entry_point.init.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
node_error_disable_policy.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
node_error_disable_policy_entry_point.init.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
node_error_entry_point.init.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
node_error_lazy_policy.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
node_error_lazy_policy_entry_point.init.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
node_tests.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
saucelabs.js refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
test-env-setup-jasmine.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
test-env-setup-mocha.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
test-util.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
test_fake_polyfill.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
ws-server.js refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
ws-webworker-context.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
wtf_mock.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
zone_worker_entry_point.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00