Skip to content

Commit 9d2c475

Browse files
committed
wip
1 parent 246c2e1 commit 9d2c475

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sources/SnapshotTesting/Documentation.docc/Articles/MigrationGuides/MigratingTo1.17.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ Further, the `diffTool` and `record` arguments have extra customization capabili
6969

7070
* `diffTool` is now a [function](<doc:SnapshotTestingConfiguration/DiffTool-swift.struct>)
7171
`(String, String) -> String` that is handed the current snapshot file and the failed snapshot
72-
file. It can return the command that one can run to display a diff:
72+
file. It can return the command that one can run to display a diff. For example, to use
73+
ImageMagick's `compare` command and open the result in Preview.app:
7374

7475
```swift
7576
extension SnapshotTestingConfiguration.DiffTool {

0 commit comments

Comments
 (0)