mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-18 03:23:57 +08:00
For now this just runs ESBuild-er to build test code, Jest is not actually invoked yet. This uses `glob` to find test files matching the given pattern. I went out of my way to limit `glob` functionality as much as possible in case we change the implementation later.