import plugin from '../src';

describe('plugin-storybook', () => {
  it('default', () => {
    expect(plugin).toBeDefined();
  });
});
