18 lines
312 B
Swift
18 lines
312 B
Swift
|
//
|
||
|
// MSG_DesktopTests.swift
|
||
|
// MSG DesktopTests
|
||
|
//
|
||
|
// Created by Chad Nelson on 3/8/25.
|
||
|
//
|
||
|
|
||
|
import Testing
|
||
|
@testable import MSG_Desktop
|
||
|
|
||
|
struct MSG_DesktopTests {
|
||
|
|
||
|
@Test func example() async throws {
|
||
|
// Write your test here and use APIs like `#expect(...)` to check expected conditions.
|
||
|
}
|
||
|
|
||
|
}
|