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 74b3709 commit c1ad883Copy full SHA for c1ad883
Sources/SnapshotTesting/AssertSnapshot.swift
@@ -1,7 +1,7 @@
1
import XCTest
2
3
#if canImport(Testing)
4
-@_implementationOnly import Testing
+ @_implementationOnly import Testing
5
#endif
6
7
/// Enhances failure messages with a command line diff tool expression that can be copied and pasted
Sources/SnapshotTesting/SnapshotsTestTrait.swift
@@ -1,5 +1,5 @@
@_spi(Experimental)
extension Trait where Self == _SnapshotsTestTrait {
0 commit comments