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-1
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,7 @@ Object {
95
95
}
96
96
`;
97
97
98
-
exports[`should not skip packages that have invalid configuration (to avoid breaking users): logged warning 1`] =`"[33m[1mwarn[22m[39m [0mPackage react-native contains invalid configuration: \\"dependency.invalidProperty\\" is not allowed. Please verify it's properly linked using \\"npx react-native config\\" command and contact the package maintainers about this.[0m"`;
98
+
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 \\"npx react-native config\\" command and contact the package maintainers about this."`;
99
99
100
100
exports[`should read a config of a dependency and use it to load other settings 1`] =`
0 commit comments