SKILL_MD
11
./api is an internal module. The test should either use the real module with a mocked network layer (e.g., MSW to intercept HTTP requests), or mock at the fetch/XMLHttpRequest boundary. Mocking internal modules makes tests pass but hides real bugs — if ./api changes its contract, the test stays gre…
Safe-ishScanned