Context
This follow-up task was identified during the review of PR #45.
Source PR: #45
Suggested by: @copilot (suppressed low-confidence comment)
Task Description
Link interception opt-out behavior was changed from lvt-no-intercept to lvt-nav:no-intercept, but there are no automated tests covering LinkInterceptor.shouldSkip() / click interception.
Add a unit test for same-origin links with/without lvt-nav:no-intercept to prevent regressions.
Original Comment
Link interception opt-out behavior changed from the old attribute to lvt-nav:no-intercept, but there are no automated tests covering LinkInterceptor.shouldSkip() / click interception. Adding a small unit test for same-origin links with/without lvt-nav:no-intercept would help prevent regressions.
This issue was automatically created by prmonitor from PR review comments.
Context
This follow-up task was identified during the review of PR #45.
Source PR: #45
Suggested by: @copilot (suppressed low-confidence comment)
Task Description
Link interception opt-out behavior was changed from
lvt-no-intercepttolvt-nav:no-intercept, but there are no automated tests coveringLinkInterceptor.shouldSkip()/ click interception.Add a unit test for same-origin links with/without
lvt-nav:no-interceptto prevent regressions.Original Comment
This issue was automatically created by prmonitor from PR review comments.