mirror of
https://github.com/strapi/strapi.git
synced 2025-07-25 01:49:34 +00:00
Remove test folders
This commit is contained in:
parent
fae170fe24
commit
cb1527c023
@ -33,7 +33,6 @@
|
|||||||
min-width: 200px;
|
min-width: 200px;
|
||||||
margin-bottom: 1.5rem;
|
margin-bottom: 1.5rem;
|
||||||
font-size: 1.3rem;
|
font-size: 1.3rem;
|
||||||
font-family: 'Lato';
|
|
||||||
|
|
||||||
label {
|
label {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
@ -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);
|
|
||||||
});
|
|
||||||
});
|
|
@ -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);
|
|
||||||
});
|
|
||||||
});
|
|
Loading…
x
Reference in New Issue
Block a user