Remove test folders

This commit is contained in:
Aurelsicoko 2017-09-25 17:40:41 +02:00
parent fae170fe24
commit cb1527c023
3 changed files with 0 additions and 23 deletions

View File

@ -33,7 +33,6 @@
min-width: 200px;
margin-bottom: 1.5rem;
font-size: 1.3rem;
font-family: 'Lato';
label {
margin-bottom: 0;

View File

@ -1,11 +0,0 @@
// import Input from '../index';
import expect from 'expect';
// import { shallow } from 'enzyme';
// import React from 'react';
describe('<Input />', () => {
it('Expect to have unit tests specified', () => {
expect(true).toEqual(false);
});
});

View File

@ -1,11 +0,0 @@
// import PopUpWarning from '../index';
import expect from 'expect';
// import { shallow } from 'enzyme';
// import React from 'react';
describe('<PopUpWarning />', () => {
it('Expect to have unit tests specified', () => {
expect(true).toEqual(false);
});
});