Files
ventry-upload-watcher/Ventry Upload WatcherTests/Ventry_Upload_WatcherTests.swift
2025-01-19 04:43:22 +01:00

18 lines
359 B
Swift

//
// 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.
}
}