2017-05-12 11:20:11 +02:00

12 lines
284 B
JavaScript

// import PluginHeaderActions from '../index';
import expect from 'expect';
// import { shallow } from 'enzyme';
// import React from 'react';
describe('<PluginHeaderActions />', () => {
it('Expect to have unit tests specified', () => {
expect(true).toEqual(false);
});
});