feat: conditional buy me a coffee
This commit is contained in:
17
GazeTests/Services/AppStoreDetectorTests.swift
Normal file
17
GazeTests/Services/AppStoreDetectorTests.swift
Normal file
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// AppStoreDetectorTests.swift
|
||||
// GazeTests
|
||||
//
|
||||
// Created by Mike Freno on 1/10/26.
|
||||
//
|
||||
|
||||
@testable import Gaze
|
||||
import Testing
|
||||
|
||||
struct AppStoreDetectorTests {
|
||||
|
||||
@Test func isAppStoreVersionReturnsFalseInDebug() {
|
||||
// In test/debug builds, should always return false
|
||||
#expect(AppStoreDetector.isAppStoreVersion == false)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user