This is the technical assessment for BBC Graduate Software Engineering role 2023. This Blackjack assesssment was written in Javascript and full TDD was used with Jest to test each scenario.
- Fork and clone this repository locally on your machine.
- Open terminal and run npm install to install all the required dependancies.
- Open the
blackjack.js
file. - Open the testing folder and choose a scenario test file.
- Run
npm test
then the file path of the scenario to test each scenario case.