Skip to content

Commit

Permalink
Simplify wording.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZevEisenberg authored Jan 4, 2022
1 parent c4ecef9 commit 5873b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Now, the assert operation (“equal”) needs to be written in just one place, m

## Focus or Skip Tests

Borrowing syntax from [Quick](https://github.com/Quick/Quick), you can focus any test or tests by adding an `f` to the beginning, and only those tests will execute on the next run, allowing you to debug individual cases without having to haphazardly comment and uncomment lines:
Borrowing syntax from [Quick](https://github.com/Quick/Quick), you can focus any tests by adding an `f` to the beginning, and only those tests will execute on the next run, allowing you to debug individual cases without having to haphazardly comment and uncomment lines:

```swift
func testExpressibleByStringLiteral() {
Expand Down

0 comments on commit 5873b90

Please sign in to comment.