Move additional files/tests to BitFoundation (#1102)

This commit is contained in:
Islam
2026-04-15 12:26:48 -05:00
committed by GitHub
parent 4cfcefcda6
commit c60eff2c11
46 changed files with 741 additions and 293 deletions
@@ -9,7 +9,7 @@
import Foundation
import CryptoKit
import Testing
import BitFoundation
@testable import BitFoundation // to avoid unnecessary public's
@testable import bitchat
struct IntegrationTests {
@@ -8,7 +8,7 @@
import Foundation
import CryptoKit
import BitFoundation
@testable import BitFoundation // to avoid unnecessary public's
@testable import bitchat
final class TestNetworkHelper {