You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
//
|
|
// MusicTests.swift
|
|
// MusicTests
|
|
//
|
|
// Created by Laurent Morvillier on 23/05/2026.
|
|
//
|
|
|
|
import Testing
|
|
@testable import Music
|
|
|
|
struct MusicTests {
|
|
|
|
@Test func example() async throws {
|
|
// Write your test here and use APIs like `#expect(...)` to check expected conditions.
|
|
}
|
|
|
|
}
|
|
|