frontend-test-utils: mock type exports comment

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2026-02-05 23:53:12 +01:00
parent 6362ca4b17
commit a18c64a285
@@ -22,6 +22,11 @@ export {
attachMockApiFactory,
} from './utils';
/**
* Mock API classes are exported as types only to prevent direct instantiation.
* Always use the `mockApis` namespace to create mock instances (e.g., `mockApis.alert()`).
*/
/**
* @public
*/