Skip to content

Commit 98c91ed

Browse files
committed
fix incorrect import
1 parent 79b6a9a commit 98c91ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vnext/src-win/Libraries/__tests__/ViewWindows-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
const React = require('react');
55
const renderer = require('react-native/jest/renderer');
6-
const View = require('../Components/View/View');
6+
const View = require('../Components/View/View').default;
77

88
describe('View', () => {
99
it('renders basic view', async () => {

0 commit comments

Comments
 (0)