Skip to content
Snippets Groups Projects
Commit 5e4990b4 authored by Dariusz Rybicki's avatar Dariusz Rybicki
Browse files

Add ElixxirDAppsSDKTests target

parent 58f2ed2d
No related branches found
No related tags found
1 merge request!3Bindings models wrapper
......@@ -34,6 +34,13 @@ let package = Package(
],
swiftSettings: swiftSettings
),
.testTarget(
name: "ElixxirDAppsSDKTests",
dependencies: [
.target(name: "ElixxirDAppsSDK")
],
swiftSettings: swiftSettings
),
.binaryTarget(
name: "Bindings",
path: "Frameworks/Bindings.xcframework"
......
import XCTest
@testable import ElixxirDAppsSDK
final class ElixxirDAppsSDKTests: XCTestCase {
func testExample() {
XCTAssert(true)
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment