summaryrefslogtreecommitdiff
path: root/I2C/I2CTests
diff options
context:
space:
mode:
Diffstat (limited to 'I2C/I2CTests')
-rw-r--r--I2C/I2CTests/I2CTests.swift17
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 @@
+//
+// 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.
+ }
+
+}