mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-08 12:57:46 +00:00
Previously, our test fixtures used to use a probes prop in `vercel.json` that was removed right before it was deployed. This PR allows a separate `probes.json` file with the same content to separate the test fixture input from the test probes. This allows us to test real "zero config" deployments without a `vercel.json` file.