Testing Tdd London Configuration

Sub-skill of testing-tdd-london: Configuration.

vamseeachanta Updated

File contents

Configuration

Configuration

london_tdd_config:
  testing:
    framework: jest
    mock_library: jest  # or sinon, testdouble
    strict_mocks: true  # fail on unexpected calls

  coverage:
    interaction_coverage: true
    verify_all_mocks: true

  swarm_coordination:
    share_contracts: true
    sync_mock_definitions: true

  patterns:
    verify_call_order: true
    verify_call_count: true
    verify_call_args: true

vamseeachanta/workspace-hub/tree/main/.agents/skills/_archive/development/testing/testing-tdd-london/configuration commit e02f2c7420

Frequently asked questions

npx skillmds@latest add vamseeachanta/testing-tdd-london-configuration