12 lines
265 B
JavaScript
Raw Normal View History

2016-09-02 17:53:01 +02:00
// import PluginPage from '../index';
import expect from 'expect';
// import { shallow } from 'enzyme';
// import React from 'react';
describe('<PluginPage />', () => {
it('Expect to have unit tests specified', () => {
2016-09-05 15:31:04 +02:00
expect(true).toEqual(true);
2016-09-02 17:53:01 +02:00
});
});