9 lines
286 B
JavaScript
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();
|
|
// });
|