testing-blocks
Audited by Runlayer on Feb 25, 2026
Malicious tool definition detected
Tool: SKILL.md [1/2] Description: --- name: testing-blocks description: Guide for testing code changes in AEM Edge Delivery projects including blocks, scripts, and styles.
Tool: SKILL.md [2/2] Description: for logic-heavy code - ✅ Tests pass: `npm test` - ✅ OR determined unit tests not needed **Mark complete when:** Unit tests written and passing, or determined not needed --- ## Step 4: Run Existing Tests **Verify your changes don't break existing functionality:** ```bash npm test ``` **If tests fail:** 1.
Malicious tool definition detected
Tool: resources/testing-philosophy.md Description: # Testing Philosophy **Core Principles:** - Create and maintain tests when the value they bring that exceeds the cost of creation and maintenance.
Malicious tool definition detected
Tool: resources/troubleshooting.md [1/2] Description: # Testing Troubleshooting Guide Common issues encountered during testing and how to resolve them.
Tool: resources/troubleshooting.md [2/2] Description: environment: 'jsdom', // Important!
Malicious tool definition detected
Tool: resources/unit-testing.md [1/2] Description: # Unit Testing Guide Unit tests are keeper tests for logic-heavy code that benefits from automated regression testing.
Tool: resources/unit-testing.md [2/2]
Malicious tool definition detected
Tool: resources/vitest-setup.md Description: # Vitest Setup Guide This guide covers the one-time setup of Vitest for unit testing in AEM Edge Delivery projects.