Skip to content

Commit 4ec3fdc

Browse files
committed
test: revert unnecessary snapshot change
1 parent eb41563 commit 4ec3fdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli-config/src/__tests__/__snapshots__/index-test.ts.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Object {
9595
}
9696
`;
9797

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."`;
9999

100100
exports[`should read a config of a dependency and use it to load other settings 1`] = `
101101
Object {

0 commit comments

Comments
 (0)