diff options
Diffstat (limited to 'ShedCalcTests/ShedCalcTests.swift')
| -rw-r--r-- | ShedCalcTests/ShedCalcTests.swift | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/ShedCalcTests/ShedCalcTests.swift b/ShedCalcTests/ShedCalcTests.swift new file mode 100644 index 0000000..416c74c --- /dev/null +++ b/ShedCalcTests/ShedCalcTests.swift @@ -0,0 +1,19 @@ +// +// ShedCalcTests.swift +// ShedCalcTests +// +// Created by Jacky Jack on 28/07/2026. +// + +import Testing +@testable import ShedCalc + +struct ShedCalcTests { + + @Test func example() async throws { + // Write your test here and use APIs like `#expect(...)` to check expected conditions. + // Swift Testing Documentation + // https://developer.apple.com/documentation/testing + } + +} |
