You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Modified path to follow symlinks for snapshots tests (#76)
Some snapshot tests were failing on m2 macs due to a difference between
"/private/vars/folders..." and "/vars/folders...". "/vars/folders..."
seems to just by a symlink to "/private/vars/folders...", so the file
path was changed to follow said symlinks on macs only.
---------
Co-authored-by: Aiden Fujiwara <[email protected]>
0 commit comments