Skip to content

Commit

Permalink
Fix sample lint
Browse files Browse the repository at this point in the history
  • Loading branch information
krystofwoldrich committed Jun 22, 2023
1 parent 0d796cb commit ca1cf47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample-new-architecture/__tests__/App-test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import React from 'react';

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

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

0 comments on commit ca1cf47

Please sign in to comment.