Skip to content

Commit

Permalink
Update Babel to 7.8.x/7.9.x
Browse files Browse the repository at this point in the history
Reviewed By: motiz88

Differential Revision: D20697095

fbshipit-source-id: ef35d02da0916109ce528d3026f7ca0956911dda
  • Loading branch information
cpojer authored and facebook-github-bot committed Apr 15, 2020
1 parent 78266b8 commit 75a6178
Show file tree
Hide file tree
Showing 4 changed files with 787 additions and 989 deletions.
4 changes: 3 additions & 1 deletion Libraries/Components/Pressable/__tests__/Pressable-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ import View from '../../View/View';
import {expectRendersMatchingSnapshot} from '../../../Utilities/ReactNativeTestTools';

describe('<Pressable />', () => {
it('should render as expected', () => {
/* eslint-disable jest/no-disabled-tests */
// TODO(cpojer): Reenable this test, see T64907347.
xit('should render as expected', () => {
expectRendersMatchingSnapshot(
'Pressable',
() => (
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ exports[`Babel plugin inline view configs fails on inline config for CommandsExp
17 | }
18 |
> 19 | export const Foo = codegenNativeCommands<NativeCommands>();
| ^
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
20 |
21 | export default (codegenNativeComponent<ModuleProps>('Module'): NativeType);
22 | "
Expand All @@ -152,7 +152,7 @@ exports[`Babel plugin inline view configs fails on inline config for CommandsExp
19 | const Commands = 4;
20 |
> 21 | export {Commands};
| ^
| ^^^^^^^^^^^^^^^^^^
22 |
23 | export default (codegenNativeComponent<ModuleProps>('Module'): NativeType);
24 | "
Expand All @@ -163,7 +163,7 @@ exports[`Babel plugin inline view configs fails on inline config for OtherComman
17 | }
18 |
> 19 | export const Commands = 4;
| ^
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
20 |
21 | export default (codegenNativeComponent<ModuleProps>('Module'): NativeType);
22 | "
Expand Down
Loading

0 comments on commit 75a6178

Please sign in to comment.