From 518a57cbe52be827af22da4c7c55153671ef4510 Mon Sep 17 00:00:00 2001 From: castastrophe Date: Fri, 29 Aug 2025 10:29:59 -0400 Subject: [PATCH] feat(storybook): chromatic a11y testing --- .storybook/preview.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.storybook/preview.js b/.storybook/preview.js index e9be0e5c367..0e137b07898 100644 --- a/.storybook/preview.js +++ b/.storybook/preview.js @@ -49,6 +49,7 @@ export const parameters = { pauseAnimationAtEnd: true, modes, }, + a11y: { test: "error" }, controls: { expanded: true, hideNoControlsWarning: true,