tools
tools copied to clipboard
Create test to ensure that all `DashEvent` labels are unique
Bad below
clientNotification(
label: 'client_notification', // the labels are the same
description: 'Notifications sent from the client',
),
differentClientNotification(
label: 'client_notification', // the labels are the same
description: 'Notifications sent from the client',
),