Skip to content

Commit

Permalink
📝 update log example [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
59naga authored Aug 19, 2018
1 parent 5057cc2 commit ffa81ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,9 +273,9 @@ describe("1", ({ before, beforeEach, afterEach, after, it, describe }) => {

```
1
1-before
- 1-1
- 1-2
1-before
- 1-notonly-1
1-beforeEach
✓ 1-only-1 (7 ms)
Expand All @@ -285,9 +285,9 @@ describe("1", ({ before, beforeEach, afterEach, after, it, describe }) => {
1-afterEach
2
3
3-before
- 3-1
- 3-2
3-before
- 3-notonly-1
3-beforeEach
✓ 3-only-1 (7 ms)
Expand Down

0 comments on commit ffa81ab

Please sign in to comment.