https://github.com/lode/danger-js-test
https://github.com/lode/danger-js-test
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lode/danger-js-test
- Owner: lode
- Created: 2022-08-21T17:42:47.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-09T04:29:08.000Z (over 3 years ago)
- Last Synced: 2025-03-25T05:43:04.899Z (over 1 year ago)
- Language: TypeScript
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# danger-js-test
Repro:
0. Run `yarn install` and `git checkout test-branch`
1. Add a line 'dos' to `two.md`
2. Add a line 'tres' to `three.md`
3. Run `git add two.md` to stage `two.md`, but not commit; leave `three.md` as is
4. Run `yarn danger local -b main`
5. The output should end with:
```
true true
one.md true true true
two.md true true true
three.md true true true
```
6. Run `yarn danger local -b main -s`
7. The output should end with:
```
true false
one.md false false false
two.md false false false
three.md true true true
```
8. All the `false`s are bugs