18 lines
316 B
Swift
18 lines
316 B
Swift
//
|
|
// MusicShareTests.swift
|
|
// MusicShareTests
|
|
//
|
|
// Created by Brandon Brunson on 7/2/24.
|
|
//
|
|
|
|
import Testing
|
|
@testable import MusicShare
|
|
|
|
struct MusicShareTests {
|
|
|
|
@Test func testExample() async throws {
|
|
// Write your test here and use APIs like `#expect(...)` to check expected conditions.
|
|
}
|
|
|
|
}
|