Test React Native components with Jest and Testing Library
/plugin marketplace add IvanTorresEdge/molcajete.ai/plugin install ivantorresedge-react-native-tech-stacks-js-react-native@IvanTorresEdge/molcajete.ai# Test React Native Components Run unit tests for React Native components using Jest and React Native Testing Library. Use the Task tool to launch the **component-builder** agent with instructions: 1. Check if testing dependencies are installed: 2. If not installed: 3. Ask user for test scope using AskUserQuestion: - Run all tests - Run specific component tests - Run with coverage - Run in watch mode 4. Run tests based on selection: 5. Analyze test results: - Report passing/failing tests - Show coverage metrics - Identify uncovered code paths 6. If t...