Bootcamp
Search…
Bootcamp
Welcome to Bootcamp!
🛠
Logistics
📚
General Reference
🏞
Projects
0: Language and Tooling
1: Frontend Basics
🌈
CSS
2: Backend Basics
3: Backend Applications
4: Backend Structure
5: Full-Stack Applications
6: Frontend Infrastructure
7: React
8: Advanced React
9: Advanced Topics
9.0: Module 9 Overview
9.1: Testing
9.2: Security
9.3: Django
9.4: React Native
9.5: ML - Bayes Theorem
9.6: GraphQL / React-Apollo
9.7: Web Sockets
9.8: CSS Animations
9.9: CI/CD
9.ICE: In-Class Exercises
9.ICE.1: Unit Testing
9.ICE.2: TDD
9.POCE: Post-Class Exercises
🧮
Algorithms
💼
Interview Prep
☺
User Experience
Powered By GitBook
9.ICE.1: Unit Testing
Clone the card game repo and checkout this branch: https://github.com/rocketacademy/cards-ajax-bootcamp/tree/unit-test-highcard-tests​
Familiarize yourself with the game and how it works.
The game does not say when the user has run out of cards in the deck. Add the functionality to the game so that the game ends when the deck is empty. Add a unit test to test this functionality.
Add the ability for the user to play with a new deck. Write unit tests for this functionality.
Previous
9.ICE: In-Class Exercises
Next
9.ICE.2: TDD
Last modified 2mo ago
Copy link