Files
Landmarks/LandmarksTests/LandmarksTests.swift
Maxime Delporte 195b846e65 First commit
2025-10-19 19:42:49 +02:00

18 lines
303 B
Swift

//
// LandmarksTests.swift
// LandmarksTests
//
// Created by Maxime on 19/10/2025.
//
import Testing
@testable import Landmarks
struct LandmarksTests {
@Test func example() async throws {
// Write your test here and use APIs like `#expect(...)` to check expected conditions.
}
}