krz/octosentry

macOS menu bar app to monitor GitHub security alerts

clone: git clone https://gitbay.org/krz/octosentry.git

1.0.1: octosentryTests/octosentryTests.swift · raw

 1//
 2//  octosentryTests.swift
 3//  octosentryTests
 4//
 5//  Created by cmc on 2026-07-17.
 6//
 7
 8import Testing
 9@testable import octosentry
10
11struct octosentryTests {
12
13    @Test func example() async throws {
14        // Write your test here and use APIs like `#expect(...)` to check expected conditions.
15        // Swift Testing Documentation
16        // https://developer.apple.com/documentation/testing
17    }
18
19}