Skip to content

Commit

Permalink
Updated README to include the --rejections flag (#661)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanReyLop authored and geek committed Nov 8, 2016
1 parent f63278f commit 9c88e33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ global manipulation. Our goal with **lab** is to keep the execution engine as si
- `clover` - output results in [Clover XML](https://confluence.atlassian.com/display/CLOVER) format.
- [Multiple Reporters](#multiple-reporters) - See Below
- [Custom Reporters](#custom-reporters) - See Below
- `-R`, `--rejections` - fail tests on unhandled Promise rejections.
- `--shuffle` - randomize the order that test scripts are executed. Will not work with `--id`.
- `--seed` - use this seed to randomize the order with `--shuffle`. This is useful to debug order dependent test failures.
- `-s`, `--silence` - silence test output, defaults to false.
Expand Down

0 comments on commit 9c88e33

Please sign in to comment.