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

update webpack plugin #66

Merged
merged 4 commits into from
Jan 8, 2025
Merged

update webpack plugin #66

merged 4 commits into from
Jan 8, 2025

Conversation

stas-nc
Copy link
Member

@stas-nc stas-nc commented Dec 30, 2024

No description provided.

@stas-nc stas-nc force-pushed the chore/update-webpack-plugin branch 2 times, most recently from 1a3d9d4 to 87875b4 Compare December 30, 2024 19:14
@stas-nc stas-nc force-pushed the chore/update-webpack-plugin branch from 87875b4 to 46b8b3a Compare December 30, 2024 19:54
@@ -7,6 +7,7 @@
"functions": 90,
"statements": 90,
"exclude": [
"test/**"
"test/**",
"src/app/utils/resolveDirectory.ts"
Copy link
Contributor

Choose a reason for hiding this comment

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

Why do we need that?

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 file is injected into the bundle, and when using snapshot testing on CI (with coverage enabled), it injects instrumented code, thus making inconsistent matching on local and CI tests.

@stas-nc stas-nc merged commit 913d229 into master Jan 8, 2025
4 checks passed
@stas-nc stas-nc deleted the chore/update-webpack-plugin branch January 8, 2025 09:32
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.

5 participants