1
0
mirror of https://github.com/yldio/copilot.git synced 2024-11-15 15:50:06 +02:00
copilot/packages/manifest-editor/test/index.js
2017-06-15 17:11:40 +01:00

9 lines
277 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();
// });