]>
Commit | Line | Data |
---|---|---|
e2c37ac1 | 1 | import Testing |
5e8ff485 | 2 | |
1b85f723 RBR |
3 | @testable import Map |
4 | ||
e2c37ac1 | 5 | struct MapTests { |
1b85f723 | 6 | |
e2c37ac1 RBR |
7 | @Test func testExample() async throws { |
8 | // Write your test here and use APIs like `#expect(...)` to check expected conditions. | |
5e8ff485 | 9 | } |
1b85f723 RBR |
10 | |
11 | } |