## Issue Summary
Sonar is flagging javascript:S2699 on line 14: “Add at least one assertion to this test
case.”
The screenshot shows a Node test case where the assertion appears on line 15:
assert.deepEqual(extractTestIds(…), [‘C12345’]);
So the likely issue is a false positive or analyzer mismatch: the test does contain an
assertion, but Sonar may not recognize node:assert/strict or the assertion placement.
Severity is marked Blocker, effort 10 min, and the affected quality is Maintainability.
