Skip to content
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

[tests] Move existing mocks #77

Merged
merged 5 commits into from
Jun 4, 2024
Merged

[tests] Move existing mocks #77

merged 5 commits into from
Jun 4, 2024

Conversation

yoannmoinet
Copy link
Member

What and why?

Existing mocks and helpers are specific to our telemetry plugin.

How?

Move the relevant files to their relevant place and update some docs.

@yoannmoinet yoannmoinet requested a review from a team as a code owner June 3, 2024 16:08
@yoannmoinet yoannmoinet requested review from nchapma2 and removed request for a team June 3, 2024 16:08
Base automatically changed from yoann/better-bootstrapping to master June 4, 2024 08:21
}
};

export const getLogFn =
(level: LogLevel = 'warn', name?: string) =>
(text: string, type: LogLevel = 'debug') =>
Copy link
Member Author

Choose a reason for hiding this comment

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

This is a fix for the log function, not super related with the tests move.

@yoannmoinet yoannmoinet merged commit d3bded7 into master Jun 4, 2024
5 checks passed
@yoannmoinet yoannmoinet deleted the yoann/move-tests branch June 4, 2024 08:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants