e-lado
Version:
[](https://circleci.com/gh/sharetribe/sharetribe/tree/master) [](https://gemnasium.com/sharetribe/shar
15 lines (12 loc) • 570 B
JavaScript
import { storiesOf as storiesOfReal, action as actionReal, linkTo as linkToReal } from '@kadira/storybook';
import { specs as specsReal, describe as describeReal, it as itReal } from 'storybook-addon-specifications';
import chai, { expect as expectReal } from 'chai';
import chaiEnzyme from 'chai-enzyme';
chai.use(chaiEnzyme());
export const storiesOf = storiesOfReal;
export const action = actionReal;
export const linkTo = linkToReal;
export const specs = specsReal;
export const describe = describeReal;
export const it = itReal;
export const expect = expectReal;