Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

chore(tests): Fix mock import issue, more investigation needed #18374

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

LZoog
Copy link
Contributor

@LZoog LZoog commented Feb 13, 2025

branched from #18340

--

Because:

  • This import was not being allowed, seemingly from a circular dependency somewhere

This commit:

  • Changes the import to avoid the problem, but investigation is still needed

@LZoog LZoog requested review from a team as code owners February 13, 2025 22:27
@LZoog LZoog force-pushed the FXA-11044-mock-update branch from 2172619 to 12d1274 Compare February 13, 2025 22:37
Copy link
Contributor

@bcolsson bcolsson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't believe this PR affects L10n from what I can see, so approving.

@LZoog LZoog marked this pull request as draft February 25, 2025 17:25
@@ -10,7 +10,7 @@ import {
AppContextValue,
defaultAppContext,
SettingsContextValue,
} from '.';
} from './contexts/AppContext';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@LZoog LZoog marked this pull request as ready for review March 10, 2025 17:45
@LZoog LZoog force-pushed the FXA-11044-mock-update branch from 12d1274 to 22bb1cf Compare March 10, 2025 19:10
Because:
* This import was not being allowed, seemingly from a circular dependency somewhere

This commit:
* Changes the import to avoid the problem, but investigation is still needed

co-authored-by: Dan Schomburg <94418270+dschom@users.noreply.github.com>
@LZoog LZoog force-pushed the FXA-11044-mock-update branch from 22bb1cf to 71dd5e2 Compare March 10, 2025 19:14
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants