angular/packages/zone.js/test/zone-spec
Kristiyan Kostadinov c07805612f test(core): clean up unnecessary nesting in old tests (#52239)
A lot of our tests are wrapped in `{}` which serves no purpose, aside from increasing the nesting level and, in some cases, causing confusion. The braces appear to be a leftover from a time when all tests were wrapped in a `function main() {}`. The function declaration was removed in #21053, but the braces remained, presumably because it was easier to search&replace for `function main()`, but not to remove the braces at the same time.

PR Close #52239
2023-10-19 09:26:15 -07:00
..
clock-tests refactor: update zone.js and tests to work with ESM (#48521) 2022-12-19 19:50:44 +00:00
async-test.spec.ts test(zone.js): update zone.js test for jasmine upgrade (#49914) 2023-05-09 14:38:45 -07:00
fake-async-test.spec.ts test(core): clean up unnecessary nesting in old tests (#52239) 2023-10-19 09:26:15 -07:00
long-stack-trace-zone.spec.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
proxy.spec.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
sync-test.spec.ts feat(zone.js): include zone name when sync-test zone reports tasks 2022-07-18 19:19:00 +02:00
task-tracking.spec.ts fix(zone.js): in TaskTrackingZoneSpec track a periodic task until it is cancelled (#45391) 2022-03-24 10:53:36 -07:00