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
// symlinks in Hello.framework can only be "followed" on mac/linux, so we have separate Windows-created symlinks via `mklink` as another test (WindowsMklink folder)
203
-
if(process.platform!=='win32'){
191
+
if(os.platform()!=='win32'){
192
+
it('should unpack static framework with all underlying symlinks unpacked',async()=>{
0 commit comments