mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-09 00:19:13 +08:00
Fix snippet typo
This commit is contained in:
parent
492ee30424
commit
5333a9116c
@ -8,7 +8,7 @@ const meta: Meta<typeof Button> = {
|
||||
component: Button,
|
||||
parameters: {
|
||||
// 👇 Remove this once all stories pass accessibility tests
|
||||
// a11y: { test: 'error' },
|
||||
// a11y: { test: 'todo' },
|
||||
},
|
||||
};
|
||||
export default meta;
|
||||
@ -24,7 +24,7 @@ const meta = {
|
||||
component: Button,
|
||||
parameters: {
|
||||
// 👇 Remove this once all stories pass accessibility tests
|
||||
// a11y: { test: 'error' },
|
||||
// a11y: { test: 'todo' },
|
||||
},
|
||||
} satisfies Meta<typeof Button>;
|
||||
export default meta;
|
||||
@ -37,7 +37,7 @@ export default {
|
||||
component: Button,
|
||||
parameters: {
|
||||
// 👇 Remove this once all stories pass accessibility tests
|
||||
// a11y: { test: 'error' },
|
||||
// a11y: { test: 'todo' },
|
||||
},
|
||||
};
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user