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,11 +0,0 @@
#if os(Linux)
import XCTest
@testable import AppTests
XCTMain([
// AppTests
testCase(AppTests.allTests),
])
#endif