Initial Commit

This commit is contained in:
Christian Risi
2024-11-29 15:08:51 +01:00
parent 6ce48a4e84
commit bb0472911b
6 changed files with 78 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
import Testing
@testable import IoT_Simulator_Core
@Test func example() async throws {
// Write your test here and use APIs like `#expect(...)` to check expected conditions.
}