Skip to content

Commit 147ca49

Browse files
panagosg7facebook-github-bot
authored andcommitted
suppress flow error to fix react-native-github/helloworld test
Summary: Trying to fix https://github.com/facebook/react-native/actions/runs/15194195511/job/42734417752 Changelog: [Internal] Differential Revision: D75245742
1 parent 535444b commit 147ca49

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/helloworld/__tests__/App.test.jsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@
44
* This source code is licensed under the MIT license found in the
55
* LICENSE file in the root directory of this source tree.
66
*
7+
* @flow strict-local
78
* @format
89
*/
910

11+
// $FlowFixMe[untyped-import]
1012
import App from '../App';
1113
import React from 'react';
1214
import ReactTestRenderer from 'react-test-renderer';

0 commit comments

Comments
 (0)