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: packages/cli-config/src/__tests__/__snapshots__/index-test.ts.snap
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ Object {
73
73
}
74
74
`;
75
75
76
-
exports[`should not skip packages that have invalid configuration (to avoid breaking users): logged warning 1`] =`"warn Package react-native contains invalid configuration: \\"dependency.invalidProperty\\" is not allowed. Please verify it's properly linked using \\"react-native config\\" command and contact the package maintainers about this."`;
76
+
exports[`should not skip packages that have invalid configuration (to avoid breaking users): logged warning 1`] =`"warn Package react-native contains invalid configuration: \\"dependency.invalidProperty\\" is not allowed. Please verify it's properly linked using \\"yarn react-native config\\" command and contact the package maintainers about this."`;
77
77
78
78
exports[`should read a config of a dependency and use it to load other settings 1`] =`
0 commit comments