Caps-Server/Tests/AppTests/AppTests.swift

14 lines
215 B
Swift
Raw Normal View History

import App
import Dispatch
import XCTest
final class AppTests : XCTestCase {
func testNothing() throws {
XCTAssert(true)
}
static let allTests = [
("testNothing", testNothing),
]
}