diff --git a/bob_party/App.tsx b/bob_party/App.tsx index 0006c10..cc7a067 100644 --- a/bob_party/App.tsx +++ b/bob_party/App.tsx @@ -14,8 +14,6 @@ import SaverMatchApi from './src/services/matchServices/saverMatchApi' import LoaderGameApi from './src/services/gameService/loaderGameApi' import ManagerGame from './src/services/gameService/managerGame' import { useFonts } from 'expo-font'; -import * as SplashScreen from 'expo-splash-screen'; -import { View } from 'react-native' export const MANAGER_USER = new ManagerUser(new LoaderUserApi, new FakeSaverUser); diff --git a/bob_party/tsconfig.test.json b/bob_party/tsconfig.test.json deleted file mode 100644 index 7446974..0000000 --- a/bob_party/tsconfig.test.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "compilerOptions": { - "allowJs": true, - "allowSyntheticDefaultImports": true, - "jsx": "react", - "lib": [ - "dom", - "es2017" - ], - "module": "esnext", - "moduleResolution": "node", - "noEmit": true, - "noUnusedLocals": false, - "noUnusedParameters": false, - "preserveConstEnums": true, - "removeComments": false, - "skipLibCheck": true, - "sourceMap": true, - "strict": true, - "target": "esnext" - }, - "include": [ - "**/*.ts", - "**/*.tsx" - , "tsconfig.test.json" ], - "extends": "expo/tsconfig.base" - } - \ No newline at end of file