]> git.r.bdr.sh - rbdr/map/blame_incremental - MapTests/MapTests.swift
Address the lint warnings
[rbdr/map] / MapTests / MapTests.swift
... / ...
CommitLineData
1import Testing
2
3@testable import Map
4
5struct 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}