import hbs from 'htmlbars-inline-precompile'; import { storiesOf } from '@storybook/ember'; import { checkA11y } from '@storybook/addon-a11y'; storiesOf('Addon|a11y', module) .addDecorator(checkA11y) .addParameters({ options: { selectedAddonPanel: '@storybook/addon-a11y/panel' } }) .add('Default', () => hbs``) .add('Label', () => hbs``) .add('Disabled', () => hbs``) .add( 'Invalid contrast', () => hbs`` );