From bf06b383b85818e23f9c833a6c422617093a0c86 Mon Sep 17 00:00:00 2001 From: TheNerdGuyLulu Date: Fri, 12 Apr 2024 16:45:06 +0200 Subject: [PATCH] fix: remote unnecessary test folder --- .../NotificationsSandbox/__tests__/App.test.tsx | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 sandboxes/NotificationsSandbox/__tests__/App.test.tsx diff --git a/sandboxes/NotificationsSandbox/__tests__/App.test.tsx b/sandboxes/NotificationsSandbox/__tests__/App.test.tsx deleted file mode 100644 index 9eac6fb..0000000 --- a/sandboxes/NotificationsSandbox/__tests__/App.test.tsx +++ /dev/null @@ -1,17 +0,0 @@ -/** - * @format - */ - -import 'react-native'; -import React from 'react'; -import App from '../App'; - -// Note: import explicitly to use the types shipped with jest. -import {it} from '@jest/globals'; - -// Note: test renderer must be required after react-native. -import renderer from 'react-test-renderer'; - -it('renders correctly', () => { - renderer.create(); -});