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 a047423 commit aa2ec31Copy full SHA for aa2ec31
Tests/RemoteImageTests/Services/RemoteImageServiceTests.swift
@@ -5,8 +5,11 @@
5
// Created by Christian Elies on 15.12.19.
6
//
7
8
+#if canImport(SwiftUI) && canImport(UIKit)
9
import Combine
10
@testable import RemoteImage
11
+import SwiftUI
12
+import UIKit
13
import XCTest
14
15
final class RemoteImageServiceTests: XCTestCase {
@@ -283,3 +286,4 @@ final class RemoteImageServiceTests: XCTestCase {
283
286
}
284
287
285
288
289
+#endif
0 commit comments