Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion __e2e__/__snapshots__/config.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ exports[`shows up current config without unnecessary output 1`] = `
"platforms": {
"ios": {
"podspecPath": "<<REPLACED_ROOT>>/TestProject/node_modules/react-native-safe-area-context/react-native-safe-area-context.podspec",
"version": "5.6.1",
"version": "5.6.2",
"configurations": [],
"scriptPhases": []
},
Expand Down
2 changes: 1 addition & 1 deletion __e2e__/config.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ test('should fail if using require() in ES module in react-native.config.mjs', (
'test-command-esm',
]);
expect(stderr).toMatch('error Failed to load configuration of your project');
expect(stdout).toMatch(/Cannot require\(\) ES Module/);
expect(stdout).toMatch(/ES Module/i);
});

test('should fail if using require() in ES module with "type": "module" in package.json', () => {
Expand Down
Loading