File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ interface AutoAPIMockInstance<T> {
103103 // Reset to default behavior (called automatically before each test)
104104 reset(): this ;
105105
106- // Internal handler used by MSW (don't call directly)
106+ // MSW handler to use in handler registration. Respects overrides and scenarios.
107107 generatedHandler: HttpResponseResolver ;
108108}
109109```
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ export interface ActivateScenarioOptions {
1818}
1919
2020export interface AutoAPIMockInstance < T > {
21- /** Internal MSW handler - don't call directly */
21+ /** MSW handler to use in handler registration. Respects overrides and scenarios. */
2222 generatedHandler : HttpResponseResolver ;
2323
2424 /** Override response data with type safety. Preferred for simple data changes. */
You can’t perform that action at this time.
0 commit comments