UNPKG

e-lado

Version:

[![CircleCI](https://circleci.com/gh/sharetribe/sharetribe/tree/master.svg?style=svg)](https://circleci.com/gh/sharetribe/sharetribe/tree/master) [![Dependency Status](https://gemnasium.com/sharetribe/sharetribe.png)](https://gemnasium.com/sharetribe/shar

15 lines (12 loc) 570 B
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;