Skip to content

chore: update .fernignore, remove browser tests, and fix type definitions#1220

Merged
developerkunal merged 1 commit into
masterfrom
chore/update-fernignore-and-type-fixes
Oct 29, 2025
Merged

chore: update .fernignore, remove browser tests, and fix type definitions#1220
developerkunal merged 1 commit into
masterfrom
chore/update-fernignore-and-type-fixes

Conversation

@developerkunal
Copy link
Copy Markdown
Contributor

@developerkunal developerkunal commented Oct 29, 2025

Changes

This PR includes the following changes:

  • Added AGENTS.md to .fernignore: Prevents Fern from modifying the AGENTS.md documentation file
  • Removed browser test configuration: Removed the browser test project from jest.config.mjs as it's no longer needed
  • Updated type signature in ManagementClient: Changed the return type of createTelemetryHeaders to include null alongside undefined for better type safety in Record<string, string | core.Supplier<string | null | undefined> | null | undefined>

References

Testing

  • This change adds unit test coverage
  • This change adds integration test coverage

These are configuration and type definition updates that don't require new tests. Existing tests should continue to pass.

Checklist

…ions

- Add AGENTS.md to .fernignore to prevent Fern modifications
- Remove browser test configuration from jest.config.mjs
- Update ManagementClient type signature to include null alongside undefined
@developerkunal developerkunal requested a review from a team as a code owner October 29, 2025 07:31
@codecov
Copy link
Copy Markdown

codecov Bot commented Oct 29, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.19%. Comparing base (0a56d66) to head (4c32312).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1220      +/-   ##
==========================================
- Coverage   79.20%   79.19%   -0.01%     
==========================================
  Files         580      580              
  Lines       18155    18155              
  Branches     8617     8617              
==========================================
- Hits        14379    14378       -1     
- Misses       3776     3777       +1     
Flag Coverage Δ
alltests 79.19% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@developerkunal developerkunal merged commit c26c8ac into master Oct 29, 2025
9 of 10 checks passed
@developerkunal developerkunal deleted the chore/update-fernignore-and-type-fixes branch October 29, 2025 08:55
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.

3 participants