Skip to content

Commit

Permalink
Merge pull request sstephenson#178 from alexdesignworks/patch-1
Browse files Browse the repository at this point in the history
Added a note about setup and teardown hooks for skipped tests
  • Loading branch information
jasonkarns authored Feb 7, 2019
2 parents e0af21a + 77e4933 commit 9b566a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,8 @@ Or you can skip conditionally:
}
```

`setup` and `teardown` hooks still run for skipped tests.

### `setup` and `teardown`: Pre- and post-test hooks

You can define special `setup` and `teardown` functions, which run before and
Expand Down

0 comments on commit 9b566a7

Please sign in to comment.