Skip to content

Commit 1a34e8b

Browse files
fix: fix navigation tests
1 parent 68ec12c commit 1a34e8b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -302,10 +302,9 @@ let image: UIImage = CoreAsset.exampleImage.image // Access from any target :)
302302
- [x] Migrate to Tuist 4.0
303303
- [ ] Fix a freeze issue in `NavigationView` inside `NavigationStack`
304304
- [x] Add `ShimmerUI`
305-
- [ ] Update `Backend`
305+
- [x] Update `Backend`
306306
- [ ] Update `ShimmerUI`
307307
- [ ] Update Tuist docs ("Access Assets" section etc.)
308-
- [ ] Move version to xconfig file
309308

310309
## Extensions
311310

Targets/NavigationKit/Tests/NavControllerTests.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// Copyright © 2024 Md. Mahmudul Hasan Shohag. All rights reserved.
33
//
44

5-
@testable import Core
65
import Foundation
6+
@testable import NavigationKit
77
import XCTest
88

99
private extension NavController {

0 commit comments

Comments
 (0)