Skip to content

Commit 826048f

Browse files
committed
Fix example
1 parent ca37864 commit 826048f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/ui-testing-handbook/react/en/accessibility-testing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ To install the addon, run: `yarn add --dev @storybook/addon-a11y`. Then, add `'@
5858
```diff:title=.storybook/main.js
5959
/** @type { import('@storybook/react-vite').StorybookConfig } */
6060
const config = {
61-
stories: ["../src/**/*.stories.@(js|jsx|ts|tsx)"],
61+
stories: ['../src/**/*.stories.@(js|jsx|ts|tsx)'],
6262
staticDirs: ['../public'],
6363
addons: [
6464
'@storybook/addon-links',

0 commit comments

Comments
 (0)