Skip to content

Commit ff01c2d

Browse files
committed
test: update snapshots
1 parent 0fb8b86 commit ff01c2d

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Object {
7373
}
7474
`;
7575

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

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

0 commit comments

Comments
 (0)