diff options
| author | Abdellah El Morabit <nsrddyn@gmail.com> | 2024-11-09 21:57:50 +0100 |
|---|---|---|
| committer | Abdellah El Morabit <nsrddyn@gmail.com> | 2024-11-09 21:57:50 +0100 |
| commit | bd4adb5206b2ebedea97cd527f98db14ccabd1a4 (patch) | |
| tree | be12837c7aee6d878c4f878c1436e52d733c6d7a /I2C/I2CTests | |
| parent | bb0d4477026df2c4a76e63819dfdf0448ef633ba (diff) | |
uplaoding the ios version
Diffstat (limited to 'I2C/I2CTests')
| -rw-r--r-- | I2C/I2CTests/I2CTests.swift | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/I2C/I2CTests/I2CTests.swift b/I2C/I2CTests/I2CTests.swift new file mode 100644 index 0000000..24b0e07 --- /dev/null +++ b/I2C/I2CTests/I2CTests.swift | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | // | ||
| 2 | // I2CTests.swift | ||
| 3 | // I2CTests | ||
| 4 | // | ||
| 5 | // Created by nsrddyn on 09/11/2024. | ||
| 6 | // | ||
| 7 | |||
| 8 | import Testing | ||
| 9 | @testable import I2C | ||
| 10 | |||
| 11 | struct I2CTests { | ||
| 12 | |||
| 13 | @Test func example() async throws { | ||
| 14 | // Write your test here and use APIs like `#expect(...)` to check expected conditions. | ||
| 15 | } | ||
| 16 | |||
| 17 | } | ||
