Skip to content

lode/danger-js-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published