- Workshop documentation (WORKSHOP_PLAN, FACILITATOR_GUIDE, etc.) - FizzBuzz kata with demo script (git history to be recreated) - Password Validator kata with demo script and solution - Shopping Cart kata with demo script and solution - Setup guide and TDD reference card for participants
8 lines
126 B
YAML
8 lines
126 B
YAML
name: password_validator
|
|
description: TDD Workshop - Feature A
|
|
|
|
environment:
|
|
sdk: ^3.0.0
|
|
|
|
dev_dependencies:
|
|
test: ^1.25.0
|