diff --git a/packages/react-native/template/__tests__/App.test.tsx b/packages/react-native/template/__tests__/App.test.tsx index 3413ac1c403683..9eac6fbc87d2c3 100644 --- a/packages/react-native/template/__tests__/App.test.tsx +++ b/packages/react-native/template/__tests__/App.test.tsx @@ -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.