Initial Commit

This commit is contained in:
Nguyen Ngo
2026-05-02 09:37:20 -04:00
commit ef0a6448cf
12 changed files with 864 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
//
// JanitorialQCTests.swift
// JanitorialQCTests
//
// Created by Nguyen Ngo on 5/2/26.
//
import Testing
@testable import JanitorialQC
struct JanitorialQCTests {
@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
}
}