Skip to content

Commit bd55f0a

Browse files
committed
Fix native view config test lint
1 parent cc1bcbc commit bd55f0a

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

packages/react-native/Libraries/ReactNative/__tests__/getNativeComponentAttributes-test.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
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

@@ -25,11 +26,11 @@ jest.mock('../UIManager', () => ({
2526
},
2627
}));
2728

28-
const getNativeComponentAttributes =
29-
require('../getNativeComponentAttributes').default;
3029
const {
3130
fontVariationSettingsAttribute,
3231
} = require('../../Components/View/ReactNativeStyleAttributes');
32+
const getNativeComponentAttributes =
33+
require('../getNativeComponentAttributes').default;
3334

3435
describe('getNativeComponentAttributes', () => {
3536
it('processes object font variation settings from native view configs', () => {

0 commit comments

Comments
 (0)