mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-10 04:22:12 +00:00
The `symlink` symlink wasn't being persisted through Turbo's cache, so this test was failing. So move the symlink directly into the git repo since there's no need to create it at build-time (git can store symlinks just fine). Additionally, the test itself was not testing that the symlink was indeed re-created as a symlink from within the lambda environment (it actually wasn't, due to the upload code not considering symlinks), so the test has been updated to test for that as well.