Describe the bug: Small issue in one of prop of Card component in unit test.
path -frontend/__tests__/unit/components/Card.test.tsx
one propType named "placement" is declared in interface MockToolTipProps but we don't use it anywhere.
To Reproduce: Steps to fix this- go to Card.test.tsx and remove unused prop and then check locally running test again.
as this is very small good first issue i'll like to take this and get started contributing in OWASP Nest.
open to suggestions