Files
n8n-nodes-signal-cli/.clinerules/testing-preferences.md
François-Guillaume Ribreau 130d6b8216 🤖🌏
2025-05-04 23:38:17 +02:00

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.