Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
it('should exist', async () => {
expect(
await isUniEnzymeTestkitExists(
{}} content="test" />
,
enzymeActionsMenuLayoutTestkitFactory,
mount,
{
dataHookPropName: 'data-hook',
},
),
).toBe(true);
});
});
it('should exist', async () => {
expect(
await isUniEnzymeTestkitExists(
,
enzymeModalTestkitFactory,
mount,
{
dataHookPropName: 'data-hook',
},
),
).toBe(true);
});
});
it('should exist', async () => {
expect(
await isUniEnzymeTestkitExists(
,
enzymeAvatarTestkitFactory,
mount,
{
dataHookPropName: 'data-hook',
},
),
).toBe(true);
});
});
it('should exist', async () => {
expect(
await isUniEnzymeTestkitExists(
,
enzymeAvatarGroupTestkitFactory,
mount,
{
dataHookPropName: 'data-hook',
},
),
).toBe(true);
});
});
it('should exist', async () => {
expect(
await isUniEnzymeTestkitExists(
e.target.parentNode}
eventsListener={_.noop}
options={proGalleryOptions[0]}
items={proGalleryItems}
height={500}
width={500}
/>,
enzymeProGalleryTestkitFactory,
mount,
{
dataHookPropName: 'data-hook',
},
),
).toBe(true);
it('should exist', async () => {
expect(
await isUniEnzymeTestkitExists(
} />,
enzymeIconButtonTestkitFactory,
mount,
{
dataHookPropName: 'data-hook',
},
),
).toBe(true);
});
});
it('should exist', async () => {
expect(
await isUniEnzymeTestkitExists(
,
enzymeSocialBarTestkitFactory,
mount,
{
dataHookPropName: 'data-hook',
},
),
).toBe(true);
});
});
it('should exist', async () => {
expect(
await isUniEnzymeTestkitExists(
,
enzymeCardTestkitFactory,
mount,
{
dataHookPropName: 'data-hook',
},
),
).toBe(true);
});
});
it('should exist', async () => {
expect(
await isUniEnzymeTestkitExists(
,
enzymeCopyUrlButtonTestkitFactory,
mount,
{
dataHookPropName: 'data-hook',
},
),
).toBe(true);
});
});
it('should exist', async () => {
expect(
await isUniEnzymeTestkitExists(
,
enzymeCalendarTestkitFactory,
mount,
{
dataHookPropName: 'data-hook',
},
),
).toBe(true);
});
});