* feat: add ios and rn source * fix(ios): remove testing keys * fix(tracker): change default path
11 lines
348 B
Swift
11 lines
348 B
Swift
import XCTest
|
|
@testable import ORTracker
|
|
|
|
final class ORTrackerTests: XCTestCase {
|
|
func testExample() throws {
|
|
// This is an example of a functional test case.
|
|
// Use XCTAssert and related functions to verify your tests produce the correct
|
|
// results.
|
|
// XCTAssertEqual(ORTracker().text, "Hello, World!")
|
|
}
|
|
}
|