Skip to content

Commit abba44d

Browse files
rickhanloniifacebook-github-bot
authored andcommitted
Re-land React Sync b5c6dd2...a437f3ff3
Summary: This is attempt 3 of upgrading React for React Native. Changelog: [Internal] Reviewed By: gaearon Differential Revision: D23162240 fbshipit-source-id: b1f2659481e9f13df8683a34178a46dd64373bf7
1 parent 223ac43 commit abba44d

13 files changed

+26848
-23130
lines changed

Libraries/LogBox/__tests__/LogBox-integration-test.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,10 @@ const cleanLog = logs => {
4949
});
5050
};
5151

52-
describe('LogBox', () => {
52+
// TODO(T71117418): Re-enable skipped LogBox integration tests once React component
53+
// stack frames are the same internally and in open source.
54+
// eslint-disable-next-line jest/no-disabled-tests
55+
describe.skip('LogBox', () => {
5356
const {error, warn} = console;
5457
const mockError = jest.fn();
5558
const mockWarn = jest.fn();

Libraries/LogBox/__tests__/__snapshots__/LogBox-integration-test.js.snap

Lines changed: 0 additions & 94 deletions
This file was deleted.

Libraries/Renderer/REVISION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
b5c6dd2de557428974855b5aa88bf9c6595beb2b
1+
e67a6b16030ebc30257a69a7fb36a9ed67f29b39

0 commit comments

Comments
 (0)