Feat: Adds example project / app
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// EstimatedPressuresTests.swift
|
||||
// EstimatedPressuresTests
|
||||
//
|
||||
// Created by michael on 6/18/24.
|
||||
//
|
||||
|
||||
import Testing
|
||||
|
||||
struct EstimatedPressuresTests {
|
||||
|
||||
@Test func testExample() async throws {
|
||||
// Write your test here and use APIs like `#expect(...)` to check expected conditions.
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user