Skip to content

Commit

Permalink
Merge pull request #346 from bounswe/issue#205-mobile-unit-tests
Browse files Browse the repository at this point in the history
Added More Mobile Unit Tests
  • Loading branch information
erenpakelgil authored Dec 16, 2024
2 parents de764cb + 116c8f8 commit bb90844
Show file tree
Hide file tree
Showing 3 changed files with 281 additions and 56 deletions.
6 changes: 2 additions & 4 deletions mobile/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,12 @@ import JoinedWeek from './components/JoinedWeek';
import JoinedExercise from './components/JoinedExercise';
import JoinedProgramDetail from './components/JoinedProgramDetail';
import JoinedProgramCard from './components/JoinedProgramCard';
import Survey from './components/Survey'
import Survey from './components/Survey';
import FeedbackCard from './components/FeedbackCard';
import FeedbackDetail from './components/FeedbackDetail';
import CreateFeedback from './components/CreateFeedback';
import SearchPage from './components/SearchPage';


import { Provider as ReduxProvider } from 'react-redux';
import {
QueryClient,
Expand Down Expand Up @@ -95,10 +94,9 @@ const App = () => {
<Stack.Screen name="CreateFeedback" component={CreateFeedback} />
<Stack.Screen name="FeedbackCard" component={FeedbackCard} />
<Stack.Screen name="FeedbackDetail" component={FeedbackDetail} />

<Stack.Screen name="SearchPage" component={SearchPage} />


<Stack.Screen name="SearchPage" component={SearchPage} />
</Stack.Navigator>
</NavigationContainer>
</AuthProvider>
Expand Down
Loading

0 comments on commit bb90844

Please sign in to comment.