]> git.r.bdr.sh - rbdr/map/blob - MapTests/MapTests.swift
Add some debouncing
[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 }