-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add new signin/login page #1492
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
3e0930e
to
b4b2a84
Compare
vi.mock("@/services/analytics/june/useEventTracking", () => ({ | ||
useEventTracking: () => ({ track: vi.fn() }), | ||
})); | ||
|
||
describe("Login component", () => { | ||
afterEach(() => { | ||
vi.clearAllMocks(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why the change ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was having an error when running tests in parallel while using vi.clearAllMocks()
. It seems to have a side effect on other tests
b4b2a84
to
02fe836
Compare
🤖 I have created a release *beep* *boop* --- ## 0.0.98 (2023-10-26) ## What's Changed * feat: upgrade button in user settings by @matthieujacq in #1484 * fix: failing build (removed avatar alt prop) by @matthieujacq in #1487 * Fixed license link in intro.md by @Eric013 in #1486 * feat: manage plan by @matthieujacq in #1488 * feat: remove feature flags for homepage by @matthieujacq in #1493 * feat: add new signin/login page by @mamadoudicko in #1492 ## New Contributors * @Eric013 made their first contribution in #1486 **Full Changelog**: v0.0.97...v0.0.98 --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
🤖 I have created a release *beep* *boop* --- ## 0.0.98 (2023-10-26) ## What's Changed * feat: upgrade button in user settings by @matthieujacq in QuivrHQ/quivr#1484 * fix: failing build (removed avatar alt prop) by @matthieujacq in QuivrHQ/quivr#1487 * Fixed license link in intro.md by @Eric013 in QuivrHQ/quivr#1486 * feat: manage plan by @matthieujacq in QuivrHQ/quivr#1488 * feat: remove feature flags for homepage by @matthieujacq in QuivrHQ/quivr#1493 * feat: add new signin/login page by @mamadoudicko in QuivrHQ/quivr#1492 ## New Contributors * @Eric013 made their first contribution in QuivrHQ/quivr#1486 **Full Changelog**: QuivrHQ/quivr@v0.0.97...v0.0.98 --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Issue #1404
Screen.Recording.2023-10-25.at.17.54.48.mp4