mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 15:31:16 +08:00
FIX a11y stories for ember
This commit is contained in:
parent
e7806f5378
commit
53c93c1562
@ -1,9 +1,9 @@
|
||||
import { hbs } from 'ember-cli-htmlbars';
|
||||
import { checkA11y } from '@storybook/addon-a11y';
|
||||
import { withA11y } from '@storybook/addon-a11y';
|
||||
|
||||
export default {
|
||||
title: 'Addon/a11y',
|
||||
decorators: [checkA11y],
|
||||
decorators: [withA11y],
|
||||
|
||||
parameters: {
|
||||
options: { selectedPanel: '@storybook/a11y/panel' },
|
||||
|
Loading…
x
Reference in New Issue
Block a user