We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15e4afc commit a2dd26dCopy full SHA for a2dd26d
2 files changed
InspectChangingView.swift
@@ -2,6 +2,7 @@
2
// Copyright 2024 Jonathan M. Reid. https://github.com/jonreid/TestableView/blob/main/LICENSE.txt
3
// SPDX-License-Identifier: MIT
4
5
+// swiftlint:disable file_name
6
@testable import <#YourModule#>
7
import ViewInspector
8
import XCTest
SampleApp/CounterTests/InspectChangingView.swift
@testable import Counter
0 commit comments