18 lines
303 B
Swift
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.
|
|
}
|
|
|
|
}
|