Skip to content

Commit ca1cf47

Browse files
Fix sample lint
1 parent 0d796cb commit ca1cf47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample-new-architecture/__tests__/App-test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import React from 'react';
66

77
// Note: import explicitly to use the types shipped with jest.
8-
import {it} from '@jest/globals';
8+
import { it } from '@jest/globals';
99

1010
// Note: test renderer must be required after react-native.
1111
import renderer from 'react-test-renderer';

0 commit comments

Comments
 (0)