nimblehq / nimble-crypto-ios

This is an sample Crypto market prices ap built with SwiftUI and modularization architecture. The application data is making use of the free APIs provided by Coingecko.
MIT License
33 stars 8 forks source link

[#45] [Integrate] As a user, I can see the coin’s statistics on the Detail screen #96

Closed nkhanh44 closed 1 year ago

nkhanh44 commented 1 year ago

What happened πŸ‘€

Insight πŸ“

                    it("gets the correct value for coinDetail") {
                        await expect { await myCoinViewModel.coinDetail }
                            .to(equal(expectedCoins))
                    }

Proof Of Work πŸ“Ή

https://user-images.githubusercontent.com/25881847/211710974-0ef8d62b-4fd7-40b9-bcb3-4ac93284b622.mp4

Thieurom commented 1 year ago

@nkhanh44 Please help rebase on the latest develop so we can quickly look at what changes πŸ™