Add PromiseKit dependency
- Added PromiseKit dependency
This commit is contained in:
10
Carthage/Checkouts/PromiseKit/Extensions/CoreBluetooth/Tests/CBTests.swift
vendored
Normal file
10
Carthage/Checkouts/PromiseKit/Extensions/CoreBluetooth/Tests/CBTests.swift
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import PMKCoreBluetooth
|
||||
import CoreBluetooth
|
||||
import XCTest
|
||||
|
||||
class PMKCBTestCase: XCTestCase {
|
||||
func test() {
|
||||
// just test linking etc.
|
||||
CBCentralManager.state()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user