We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47ac888 commit 4702415Copy full SHA for 4702415
Example/OpenSwiftUIUITests/Export.swift
@@ -12,4 +12,10 @@ let shouldRecord: Bool? = nil
12
@_exported import SwiftUI
13
let shouldRecord: Bool? = true
14
#endif
15
-let diffTool: SnapshotTestingConfiguration.DiffTool = .default
+let diffTool: SnapshotTestingConfiguration.DiffTool = .odiff
16
+
17
+extension SnapshotTestingConfiguration.DiffTool {
18
+ static let odiff = Self {
19
+ "odiff \"\($0)\" \"\($1)\""
20
+ }
21
+}
0 commit comments