-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
8 deletions.
There are no files selected for viewing
13 changes: 5 additions & 8 deletions
13
Tests/AppKitFocusOverlayTests/AppKitFocusOverlayTests.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,8 @@ | ||
import XCTest | ||
@testable import AppKitFocusPathDisplay | ||
@testable import AppKitFocusOverlay | ||
|
||
final class AppKitFocusPathDisplayTests: XCTestCase { | ||
func testExample() throws { | ||
// This is an example of a functional test case. | ||
// Use XCTAssert and related functions to verify your tests produce the correct | ||
// results. | ||
XCTAssertEqual(AppKitFocusPathDisplay().text, "Hello, World!") | ||
} | ||
final class AppKitFocusOverlayTests: XCTestCase { | ||
func testExample() throws { | ||
|
||
} | ||
} |