mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
e23541b263
Separate direct from curried calls of `describe`/`it` modifiers (direct: `skip`, `only`, etc.; curried: `runIf`, `each`, etc.) and perform the required patching to them. Fixes: #69748