Initial commit

This commit is contained in:
2025-01-19 04:43:22 +01:00
commit 31da35961a
35 changed files with 2249 additions and 0 deletions

View File

@ -0,0 +1,17 @@
//
// Ventry_Upload_WatcherTests.swift
// Ventry Upload WatcherTests
//
// Created by Jan-Marlon Leibl on 18.01.25.
//
import Testing
@testable import Ventry_Upload_Watcher
struct Ventry_Upload_WatcherTests {
@Test func example() async throws {
// Write your test here and use APIs like `#expect(...)` to check expected conditions.
}
}