import Foundation
import XCTest

// Always add new tests here to ensure they get compiled
private let allTests: [XCTest.Type] = [
    /* WatermelonDB */
    BridgeTests.self,
]
