Jest Run Specific tests Link to heading

Run single file Link to heading

pnpm jest 'file.test.tsx'

Run Single Test Link to heading

# format
pnpm jest 'file.test.tsx' -t '{{describe text}} {{it text}}'

# for example
pnpm jest 'ChatbotHome.test.tsx' -t '<ChatbotHome /> with products enabled with data should render enable feedback info for non admin user'V