summaryrefslogtreecommitdiff
path: root/I2C/I2CTests/I2CTests.swift
blob: 24b0e07fead0dff9a112cf31b5e6ddac330b1766 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//
//  I2CTests.swift
//  I2CTests
//
//  Created by nsrddyn on 09/11/2024.
//

import Testing
@testable import I2C

struct I2CTests {

    @Test func example() async throws {
        // Write your test here and use APIs like `#expect(...)` to check expected conditions.
    }

}