From 4aa53d241d79f0e0c6e82c4c8ea8c73d48934a14 Mon Sep 17 00:00:00 2001 From: Islam Date: Mon, 24 Jul 2023 02:46:46 -0700 Subject: [PATCH] Fix typo App.test.tsx (#38524) Summary: There was a typo in App.test.tsx, that I noticed when tried to upgrade from 0.71 to 0.72 ## Changelog: Fixed small typo from *shiped* to *shipped* Pick one each for the category and type tags: [GENERAL] [FIXED] Pull Request resolved: https://github.com/facebook/react-native/pull/38524 Reviewed By: cortinico Differential Revision: D47695088 Pulled By: NickGerleman fbshipit-source-id: 9f74c7f891927be6c0c0f522f0cd51b022fb54f1 --- packages/react-native/template/__tests__/App.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.