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 isUniTestkitExists(
{}} content="test" />
,
actionsMenuLayoutTestkitFactory,
{
dataHookPropName: 'data-hook',
},
),
).toBe(true);
});
});
it('should exist', async () => {
expect(
await isUniTestkitExists(
,
overlappingCardTestkitFactory,
{
dataHookPropName: 'data-hook',
},
),
).toBe(true);
});
});
it('should exist', async () => {
expect(
await isUniTestkitExists(, avatarTestkitFactory, {
dataHookPropName: 'data-hook',
}),
).toBe(true);
});
});
it('should exist', async () => {
expect(
await isUniTestkitExists(
e.target.parentNode}
eventsListener={_.noop}
options={proGalleryOptions[0]}
items={proGalleryItems}
height={500}
width={500}
/>,
proGalleryTestkitFactory,
{
dataHookPropName: 'data-hook',
},
),
).toBe(true);
});
it('should exist', async () => {
expect(
await isUniTestkitExists(, cardTestkitFactory, {
dataHookPropName: 'data-hook',
}),
).toBe(true);
});
});
it('should exist', async () => {
expect(
await isUniTestkitExists(
,
toastTestkitFactory,
{
dataHookPropName: 'data-hook',
},
),
).toBe(true);
});
});
it('should exist', async () => {
expect(
await isUniTestkitExists(, avatarGroupTestkitFactory, {
dataHookPropName: 'data-hook',
}),
).toBe(true);
});
});
it('should exist', async () => {
expect(
await isUniTestkitExists(, socialBarTestkitFactory, {
dataHookPropName: 'data-hook',
}),
).toBe(true);
});
});
it('should exist', async () => {
expect(
await isUniTestkitExists(, gridTestkitFactory, {
dataHookPropName: 'data-hook',
}),
).toBe(true);
});
});
it('should exist', async () => {
expect(
await isUniTestkitExists(
} />,
iconButtonTestkitFactory,
{
dataHookPropName: 'data-hook',
},
),
).toBe(true);
});
});