UNPKG

@kadira/react-storybook-addon-info

Version:

A React Storybook addon to show additional information for your stories.

11 lines (9 loc) 257 B
import React from 'react'; import { shallow, mount } from 'enzyme'; import Story from '../index'; import { expect } from 'chai'; import sinon from 'sinon'; const { describe, it } = global; describe('Story', () => { it('should show the info button'); });