mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
7c8f026778
The `multimatch` package was only used in the saucelabs test bundling script to filter out spec files that should be ignored during saucelabs testing. This functionality can be replaced with `fast-glob` package's `ignore` option. This removes the need for the `multimatch` package within the repository. PR Close #53463