We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f760e8f commit f8fea8dCopy full SHA for f8fea8d
Sources/SnapshotTesting/AssertSnapshot.swift
@@ -41,7 +41,7 @@ public var _imageFormat: ImageSerializationFormat {
41
}
42
43
@_spi(Internals)
44
-public var __imageFormat: ImageSerializationFormat = .png
+public var __imageFormat: ImageSerializationFormat = .defaultValue
45
46
47
/// Enhances failure messages with a command line diff tool expression that can be copied and pasted
0 commit comments