diff options
| author | Arturs Artamonovs <arturs.artamonovs@protonmail.com> | 2026-07-28 06:53:26 +0100 |
|---|---|---|
| committer | Arturs Artamonovs <arturs.artamonovs@protonmail.com> | 2026-07-28 06:53:26 +0100 |
| commit | dabeb1603cf146aa671dddf949788b514b983b76 (patch) | |
| tree | c7293db2a5be0b81f315fe3f07df465723c399f6 /ShedCalcTests/ShedCalcTests.swift | |
| download | ShedCalc-dabeb1603cf146aa671dddf949788b514b983b76.tar.gz ShedCalc-dabeb1603cf146aa671dddf949788b514b983b76.zip | |
Initial Commit
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 + } + +} |
