Skip to content

test(watch): clean lint issues in watch helper tests - #203

Merged
AmiteK23 merged 1 commit into
mainfrom
test/watch-lint-cleanup
Apr 16, 2026
Merged

test(watch): clean lint issues in watch helper tests#203
AmiteK23 merged 1 commit into
mainfrom
test/watch-lint-cleanup

Conversation

@AmiteK23

@AmiteK23 AmiteK23 commented Apr 16, 2026

Copy link
Copy Markdown
Member

Description

Clean up lint issues in watch helper unit tests by removing non-null assertions and replacing them with safer guarded optional access. This aligns test code with Biome lint rules without affecting behavior.


What’s Changed

  • replace non-null assertions (!) with guarded optional access
  • align watch helper tests with Biome lint requirements
  • improve test safety and readability

Type of Change

  • Bug fix
  • Feature
  • Breaking change
  • Docs
  • Refactor
  • CI / Tests
  • Performance
  • Other (please describe):

Architectural Impact

  • No contract/output changes
  • Contract/output changed (describe below)

Testing

  • Tested locally
  • Tests added/updated
  • All tests pass

Related Issues

Related to #194


Checklist

  • Target branch is main
  • Self-reviewed
  • Docs updated (if needed)
  • Changelog updated (if needed)

Additional Notes

test only change. no runtime or behavioral changes.

- replace non-null assertions with guarded optional access
- align tests with Biome lint requirements
@AmiteK23
AmiteK23 merged commit 8300534 into main Apr 16, 2026
7 checks passed
@AmiteK23
AmiteK23 deleted the test/watch-lint-cleanup branch April 16, 2026 23:46
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.

1 participant