From d25485b28f272e20699dbde16d32cf575ce9993d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Pierzcha=C5=82a?= Date: Fri, 30 Jan 2026 12:54:06 +0100 Subject: [PATCH 1/2] fix: update snapshot --- __e2e__/__snapshots__/config.test.ts.snap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__e2e__/__snapshots__/config.test.ts.snap b/__e2e__/__snapshots__/config.test.ts.snap index 0faf89071..8d6913027 100644 --- a/__e2e__/__snapshots__/config.test.ts.snap +++ b/__e2e__/__snapshots__/config.test.ts.snap @@ -12,7 +12,7 @@ exports[`shows up current config without unnecessary output 1`] = ` "platforms": { "ios": { "podspecPath": "<>/TestProject/node_modules/react-native-safe-area-context/react-native-safe-area-context.podspec", - "version": "5.6.1", + "version": "5.6.2", "configurations": [], "scriptPhases": [] }, From 4fb23ab4a799c21d64263c4d52152e0d71038158 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Pierzcha=C5=82a?= Date: Fri, 30 Jan 2026 13:05:28 +0100 Subject: [PATCH 2/2] update matcher --- __e2e__/config.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__e2e__/config.test.ts b/__e2e__/config.test.ts index 724c9c210..6bf878042 100644 --- a/__e2e__/config.test.ts +++ b/__e2e__/config.test.ts @@ -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', () => {