aboutsummaryrefslogtreecommitdiffstats
path: root/app/components/Input/__tests__/index.test.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/components/Input/__tests__/index.test.js')
-rw-r--r--app/components/Input/__tests__/index.test.js11
1 files changed, 0 insertions, 11 deletions
diff --git a/app/components/Input/__tests__/index.test.js b/app/components/Input/__tests__/index.test.js
deleted file mode 100644
index 933a024..0000000
--- a/app/components/Input/__tests__/index.test.js
+++ /dev/null
@@ -1,11 +0,0 @@
-import React from 'react';
-import { shallow } from 'enzyme';
-
-import Input from '../index';
-
-describe('<Input />', () => {
- it('should match snapshot', () => {
- const renderedComponent = shallow(<Input />);
- expect(renderedComponent).toMatchSnapshot();
- });
-});