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
Copy file name to clipboardExpand all lines: test/__snapshots__/iOS.test.ts.snap
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,4 +4,4 @@ exports[`Test for iOS platform throws error when file not found: podspecFileNotF
4
4
5
5
exports[`Test for iOS platform throws error when file not readable: podspecNotReadable 1`] =`"not-readable.podspec.json file cannot be accessed."`;
6
6
7
-
exports[`Test for iOS platform throws error when path is a directory: podspecPathIsDirectory 1`] =`"test file cannot be read."`;
7
+
exports[`Test for iOS platform throws error when path is a directory: podspecPathIsDirectory 1`] =`"test file cannot be read. Error: EISDIR: illegal operation on a directory, read"`;
0 commit comments