12 lines
284 B
JavaScript
Raw Normal View History

2017-05-12 11:20:11 +02:00
// import PluginHeaderActions from '../index';
2016-08-18 11:41:13 +02:00
import expect from 'expect';
// import { shallow } from 'enzyme';
// import React from 'react';
2017-05-12 11:20:11 +02:00
describe('<PluginHeaderActions />', () => {
2016-08-18 11:41:13 +02:00
it('Expect to have unit tests specified', () => {
expect(true).toEqual(false);
});
});