joyent-portal/packages/manifest-editor/test/index.js
Sérgio Ramos b865a1d118 style: lint
2017-07-26 15:41:01 +01:00

9 lines
286 B
JavaScript

// import React from 'react';
// import renderer from 'react-test-renderer';
// import ManifestEditor from '../src/index';
// It('renders <ManifestEditor /> correctly', () => {
// const tree = renderer.create(<ManifestEditor />).toJSON();
// expect(tree).toMatchSnapshot();
// });