Skip to content

Commit

Permalink
RUMM-2938 Move DatadogSessionReplay Sources and Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
maxep committed Feb 13, 2023
1 parent 1f4cc26 commit f5e2326
Show file tree
Hide file tree
Showing 103 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions DatadogSessionReplay/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,16 @@ let package = Package(
targets: [
.target(
name: "DatadogSessionReplay",
dependencies: ["Datadog"]
dependencies: ["Datadog"],
path: "Sources"
),
.testTarget(
name: "DatadogSessionReplayTests",
dependencies: [
.target(name: "DatadogSessionReplay"),
"TestUtilities"
]
],
path: "Tests"
)
]
)
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
*/

import XCTest
import TestUtilities
import Datadog
@testable import DatadogSessionReplay
@testable import TestUtilities

class RUMContextReceiverTests: XCTestCase {
private let receiver = RUMContextReceiver()
Expand Down

0 comments on commit f5e2326

Please sign in to comment.