chore: fix unnecessary 'undefined' types (#2589)

This commit is contained in:
Braden MacDonald
2025-11-12 13:26:01 -05:00
committed by GitHub
parent 2530b01b82
commit 5ec00236cb
8 changed files with 8 additions and 8 deletions

View File

@@ -35,7 +35,7 @@ const renderArgs = {
),
};
let mockShowToast: { (message: string, action?: ToastActionData | undefined): void; mock?: any; };
let mockShowToast: { (message: string, action?: ToastActionData): void; mock?: any; };
describe('<ComponentDeleter />', () => {
beforeEach(() => {