Norbert de Langen a6c59c9db7 Merge branch 'core/magic-entry' into core/magic-entry-storyshots
# Conflicts:
#	addons/storyshots/storyshots-core/package.json
2019-11-14 12:27:49 +01:00

21 lines
389 B
JavaScript

import { addParameters, addDecorator } from '@storybook/html';
import { withA11y } from '@storybook/addon-a11y';
addDecorator(withA11y);
addParameters({
a11y: {
config: {},
options: {
checks: { 'color-contrast': { options: { noScroll: true } } },
restoreScroll: true,
},
},
options: {
showRoots: true,
},
docs: {
iframeHeight: '200px',
},
});