mirror of
https://github.com/aljazceru/n8n-nodes-signal-cli.git
synced 2025-12-17 06:14:20 +01:00
453 B
453 B
Brief overview
This set of guidelines outlines the testing preferences for the project, focusing on the avoidance of mocks and specific testing practices.
Testing strategies
- Never use mocks and jest.mock in tests.
- Prefer black-box tests over white-box tests when possible.
Testing best practices
- Ensure each test is comprehensive and covers all necessary scenarios.
- Keep tests concise and focused on specific functionality.