lode / danger-js-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

danger-js-test

Repro:

  1. Run yarn install and git checkout test-branch
  2. Add a line 'dos' to two.md
  3. Add a line 'tres' to three.md
  4. Run git add two.md to stage two.md, but not commit; leave three.md as is
  5. Run yarn danger local -b main
  6. The output should end with:
    true true
    one.md true true true
    two.md true true true
    three.md true true true
    
  7. Run yarn danger local -b main -s
  8. The output should end with:
    true false
    one.md false false false
    two.md false false false
    three.md true true true
    
  9. All the falses are bugs

About


Languages

Language:TypeScript 100.0%