'created CapCollectorServer from template https://github.com/twostraws/vapor-clean'

This commit is contained in:
christophhagen
2020-05-17 20:01:30 +02:00
commit bdbdcf2081
15 changed files with 224 additions and 0 deletions

0
Tests/.gitkeep Executable file
View File

13
Tests/AppTests/AppTests.swift Executable file
View File

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

0
Tests/LinuxMain.swift Executable file
View File