Skip to content

Commit

Permalink
Fix typo App.test.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
IslamRustamov authored Jul 20, 2023
1 parent 2d3348e commit 299b2da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-native/template/__tests__/App.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import 'react-native';
import React from 'react';
import App from '../App';

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

// Note: test renderer must be required after react-native.
Expand Down

0 comments on commit 299b2da

Please sign in to comment.