Configure FuelBoard XCTest target

This commit is contained in:
FuelBoard Contributor
2026-09-26 20:03:20 +01:00
parent 6900345aab
commit 004fe2f787
5 changed files with 201 additions and 9 deletions
@@ -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).