blob: 5a8f7815c31562b315c9e19dd72d7a3ab0d64fa8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
import Testing
@testable import Map
struct MapTests {
@Test func testExample() async throws {
// Write your test here and use APIs like `#expect(...)` to check expected conditions.
}
}
|