frontend-test-utils: mock type exports comment
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user