build api-reports with removed deprecations

Signed-off-by: Colton Padden <colton.padden@fastmail.com>
This commit is contained in:
Colton Padden
2021-12-14 17:56:32 -05:00
parent 24d466c373
commit ead7c922fa
3 changed files with 7 additions and 35 deletions
-9
View File
@@ -93,15 +93,6 @@ export type MockStorageBucket = {
[key: string]: any;
};
// @public @deprecated (undocumented)
export const msw: {
setupDefaultHandlers: (worker: {
listen: (t: any) => void;
close: () => void;
resetHandlers: () => void;
}) => void;
};
// @public
export function renderInTestApp(
Component: ComponentType | ReactNode,