18 lines
359 B
Swift
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.
|
|
}
|
|
|
|
}
|