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

23 lines (19 loc) 382 B
export const storiesOf = function storiesOf() { var api = {}; api.add = (name, func)=> { func(); return api; }; api.addWithInfo = (name, func)=> { func(); return api; }; return api; }; export const action = () => {}; export const linkTo = () => {}; export const specs = (spec) => { spec(); }; export const describe = describe; export const it = it;