angular/packages/animations/browser/test
dario-piotrowicz 87fe3161d4 refactor: remove unnecessary test support check utilities (#47543)
remove the following utilities used in unit tests which check for features
that are supported by all supported browsers:
 - supportsCustomElements
 - supportsWebAnimation
 - supportsRegExUnicodeFlag
 - supportsTemplateElement

also remove the following utilities which check for features that are
not supported (and aren't going to be) by any of the supported browsers:
 - supportsDeprecatedCustomCustomElementsV0
 - supportsDeprecatedShadowDomV0

PR Close #47543
2023-01-24 21:06:09 +00:00
..
dsl refactor(animations): refactor non-animatable check to be timeline based (#46666) 2022-07-12 22:36:22 +00:00
render refactor: remove unnecessary test support check utilities (#47543) 2023-01-24 21:06:09 +00:00
BUILD.bazel refactor: update animations tests to work with ESM output (#48521) 2022-12-19 19:50:42 +00:00
shared.ts fix(animations): allow animations with unsupported CSS properties (#44729) 2022-02-23 08:57:57 -08:00