'created CapCollectorServer from template https://github.com/twostraws/vapor-clean'
This commit is contained in:
0
Tests/.gitkeep
Executable file
0
Tests/.gitkeep
Executable file
13
Tests/AppTests/AppTests.swift
Executable file
13
Tests/AppTests/AppTests.swift
Executable 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
0
Tests/LinuxMain.swift
Executable file
Reference in New Issue
Block a user