-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
login modal with google and facebook
- Loading branch information
Showing
6 changed files
with
151 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
import React from 'react' | ||
import { render } from '@testing-library/react' | ||
import Login from '../../components/Modals/Login/Login' | ||
|
||
describe('navbar', () => { | ||
test('renders App component', () => { | ||
render(<Login onHide />) | ||
}) | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9783,6 +9783,11 @@ react-i18next@^11.8.10: | |
"@babel/runtime" "^7.13.6" | ||
html-parse-stringify2 "^2.0.1" | ||
|
||
"react-is@^16.12.0 || ^17.0.0", react-is@^17.0.2: | ||
version "17.0.2" | ||
resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0" | ||
integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w== | ||
|
||
react-is@^16.13.1, react-is@^16.3.2, react-is@^16.6.0, react-is@^16.7.0, react-is@^16.8.1: | ||
version "16.13.1" | ||
resolved "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz" | ||
|
@@ -9923,6 +9928,24 @@ [email protected]: | |
optionalDependencies: | ||
fsevents "^2.1.3" | ||
|
||
react-shallow-renderer@^16.13.1: | ||
version "16.14.1" | ||
resolved "https://registry.yarnpkg.com/react-shallow-renderer/-/react-shallow-renderer-16.14.1.tgz#bf0d02df8a519a558fd9b8215442efa5c840e124" | ||
integrity sha512-rkIMcQi01/+kxiTE9D3fdS959U1g7gs+/rborw++42m1O9FAQiNI/UNRZExVUoAOprn4umcXf+pFRou8i4zuBg== | ||
dependencies: | ||
object-assign "^4.1.1" | ||
react-is "^16.12.0 || ^17.0.0" | ||
|
||
react-test-renderer@^17.0.2: | ||
version "17.0.2" | ||
resolved "https://registry.yarnpkg.com/react-test-renderer/-/react-test-renderer-17.0.2.tgz#4cd4ae5ef1ad5670fc0ef776e8cc7e1231d9866c" | ||
integrity sha512-yaQ9cB89c17PUb0x6UfWRs7kQCorVdHlutU1boVPEsB8IDZH6n9tHxMacc3y0JoXOJUsZb/t/Mb8FUWMKaM7iQ== | ||
dependencies: | ||
object-assign "^4.1.1" | ||
react-is "^17.0.2" | ||
react-shallow-renderer "^16.13.1" | ||
scheduler "^0.20.2" | ||
|
||
react-transition-group@^4.4.1: | ||
version "4.4.1" | ||
resolved "https://registry.yarnpkg.com/react-transition-group/-/react-transition-group-4.4.1.tgz#63868f9325a38ea5ee9535d828327f85773345c9" | ||
|
@@ -10475,6 +10498,14 @@ scheduler@^0.20.1: | |
loose-envify "^1.1.0" | ||
object-assign "^4.1.1" | ||
|
||
scheduler@^0.20.2: | ||
version "0.20.2" | ||
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.20.2.tgz#4baee39436e34aa93b4874bddcbf0fe8b8b50e91" | ||
integrity sha512-2eWfGgAqqWFGqtdMmcL5zCMK1U8KlXv8SQFGglL3CEtd0aDVDWgeF/YoCmvln55m5zSk3J/20hTaSBeSObsQDQ== | ||
dependencies: | ||
loose-envify "^1.1.0" | ||
object-assign "^4.1.1" | ||
|
||
schema-utils@^1.0.0: | ||
version "1.0.0" | ||
resolved "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz" | ||
|