Configure FuelBoard XCTest target
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
import XCTest
|
||||
#if SWIFT_PACKAGE
|
||||
@testable import FuelBoardShared
|
||||
#endif
|
||||
|
||||
// FuelBoard shared-logic tests. Run from FuelBoardTests/ with `swift test`.
|
||||
// Covers the pure logic that drives the app + widget: title sanitizer, price
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
import XCTest
|
||||
#if SWIFT_PACKAGE
|
||||
@testable import FuelBoardShared
|
||||
#endif
|
||||
|
||||
// FuelHistory — price-history store for the Favourites Trends graph.
|
||||
// Covers day math, slim day parsing, series building, delta rebasing and
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
import XCTest
|
||||
#if SWIFT_PACKAGE
|
||||
@testable import FuelBoardShared
|
||||
#endif
|
||||
|
||||
/// P0 live chain: GitHub mirror FIRST everywhere → [dev-only LAN relay] →
|
||||
/// (app: bundled dump in ContentView's catch, widget: cache → placeholder).
|
||||
|
||||
Reference in New Issue
Block a user