Skip to content

Commit

Permalink
added initial google auth connection to grab user information
Browse files Browse the repository at this point in the history
  • Loading branch information
lourw committed Mar 17, 2023
1 parent f34d4bb commit e4e194a
Show file tree
Hide file tree
Showing 9 changed files with 771 additions and 51 deletions.
1 change: 1 addition & 0 deletions frontend/VirtualCollection/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ web-build/

# macOS
.DS_Store
ios
2 changes: 2 additions & 0 deletions frontend/VirtualCollection/__tests__/App.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ import renderer from 'react-test-renderer';

import App from '../App';

jest.mock('expo-linking');

describe('<App />', () => {
it('matches snapshot', () => {
const tree = renderer.create(<App />).toJSON();
Expand Down
Loading

0 comments on commit e4e194a

Please sign in to comment.