Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update e2e spec glob to only include actual tests (#1331)
The e2e spec glob was grabbing all `.ts` files instead of the intended `*.test.ts` files. This caused problems when cypress attempting to run a lot more tests when a `--spec` argument was not specified. Now, by default, cypress will only run `*.test.ts` files. Signed-off-by: Scott J Dickerson <[email protected]>
- Loading branch information