# Test bd dep tree command
bd init --prefix test
bd create 'Root issue'
bd create 'Child issue'
bd dep add test-2 test-1
bd dep tree test-1
stdout 'test-1'
