mirror of
https://github.com/strapi/strapi.git
synced 2025-09-26 17:00:55 +00:00
Remove useless test
Signed-off-by: soupette <cyril.lpz@gmail.com>
This commit is contained in:
parent
2d6d30643e
commit
a50ad94377
@ -1,11 +0,0 @@
|
|||||||
import fields from '../index';
|
|
||||||
|
|
||||||
describe('forms', () => {
|
|
||||||
it('should contain private field in relation input type', () => {
|
|
||||||
const { items } = fields.attribute.form.advanced({}, 'relation', null);
|
|
||||||
|
|
||||||
expect(
|
|
||||||
items.find(relationItem => relationItem.find(item => item.name === 'private')).length
|
|
||||||
).toBeTruthy();
|
|
||||||
});
|
|
||||||
});
|
|
Loading…
x
Reference in New Issue
Block a user