angular/packages/core/test/util
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
..
array_utils_spec.ts refactor(core): remove several private utils and APIs (#48357) 2022-12-05 14:35:08 -08:00
coercion_spec.ts feat(core): add ability to transform input values (#50420) 2023-05-30 13:01:13 -07:00
comparison.ts test(core): clean up unnecessary nesting in old tests (#52239) 2023-10-19 09:26:15 -07:00
decorators_spec.ts test(core): clean up unnecessary nesting in old tests (#52239) 2023-10-19 09:26:15 -07:00
dom_spec.ts fix(core): fix possible XSS attack in development through SSR (#40525) 2021-01-26 09:32:27 -08:00
global_spec.ts test(core): clean up unnecessary nesting in old tests (#52239) 2023-10-19 09:26:15 -07:00
iterable.ts refactor(core): Drop Symbol.iterator shim (#49207) 2023-02-28 10:05:41 -08:00
lang_spec.ts refactor(core): Remove isObservable() in favor isSubscribable(). (#49295) 2023-03-08 17:58:19 +00:00
stringify_spec.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00