vapor again

This commit is contained in:
2023-09-11 21:01:16 -07:00
parent 658dbc234e
commit 96073ed048
23 changed files with 39 additions and 424 deletions

View File

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