- Password Validator kata with starter code and tests - Shopping Cart kata with starter code and tests - FizzBuzz reference code (from live demo) - Setup guide and TDD reference card - No solutions included (participants implement themselves)
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
|