From bd4adb5206b2ebedea97cd527f98db14ccabd1a4 Mon Sep 17 00:00:00 2001 From: Abdellah El Morabit Date: Sat, 9 Nov 2024 21:57:50 +0100 Subject: uplaoding the ios version --- I2C/I2CTests/I2CTests.swift | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 I2C/I2CTests/I2CTests.swift (limited to 'I2C/I2CTests/I2CTests.swift') 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. + } + +} -- cgit v1.2.3-70-g09d2