From dabeb1603cf146aa671dddf949788b514b983b76 Mon Sep 17 00:00:00 2001 From: Arturs Artamonovs Date: Tue, 28 Jul 2026 06:53:26 +0100 Subject: Initial Commit --- ShedCalcTests/ShedCalcTests.swift | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 ShedCalcTests/ShedCalcTests.swift (limited to 'ShedCalcTests') 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 + } + +} -- cgit v1.2.3