]> git.r.bdr.sh - rbdr/map/blob - MapTests/MapTests.swift
5a8f7815c31562b315c9e19dd72d7a3ab0d64fa8
[rbdr/map] / MapTests / MapTests.swift
1 import Testing
2
3 @testable import Map
4
5 struct MapTests {
6
7 @Test func testExample() async throws {
8 // Write your test here and use APIs like `#expect(...)` to check expected conditions.
9 }
10
11 }