mirror of
https://github.com/strapi/strapi.git
synced 2025-07-23 17:10:08 +00:00
Remove test folders
This commit is contained in:
parent
fae170fe24
commit
cb1527c023
@ -33,7 +33,6 @@
|
||||
min-width: 200px;
|
||||
margin-bottom: 1.5rem;
|
||||
font-size: 1.3rem;
|
||||
font-family: 'Lato';
|
||||
|
||||
label {
|
||||
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