Skip to content

Commit 723b040

Browse files
author
Nika Kolesnikova
committed
test
1 parent 7fbda4a commit 723b040

File tree

3 files changed

+22
-19
lines changed

3 files changed

+22
-19
lines changed

package-lock.json

Lines changed: 19 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
"@testing-library/react": "^16.0.0",
2121
"@testing-library/user-event": "^14.5.2",
2222
"@vitejs/plugin-react": "^4.3.1",
23-
"eslint": "^8.57.0",
23+
"eslint": "^8.57.1",
2424
"eslint-config-prettier": "^9.1.0",
2525
"eslint-plugin-jsx-a11y": "^6.9.0",
26-
"eslint-plugin-react": "^7.35.0",
26+
"eslint-plugin-react": "^7.37.1",
2727
"husky": "^9.1.4",
2828
"jsdom": "^24.1.1",
2929
"lint-staged": "^15.2.8",

src/App.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ export function App() {
2727
const { user } = useAuth();
2828
const userId = user?.uid;
2929
const userEmail = user?.email;
30+
console.log('test');
3031

3132
/**
3233
* This custom hook takes a user ID and email and fetches

0 commit comments

Comments
 (0)